projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0cf9e
)
* lisp/cedet/semantic/fw.el: Fix typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 22 May 2022 20:27:21 +0000
(16:27 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 22 May 2022 20:27:21 +0000
(16:27 -0400)
lisp/cedet/semantic/fw.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/fw.el
b/lisp/cedet/semantic/fw.el
index ca82c8156b49db497fb2d7d5f7bd162c521908fb..113323cb33924063b0eb47774068800fead6cc81 100644
(file)
--- a/
lisp/cedet/semantic/fw.el
+++ b/
lisp/cedet/semantic/fw.el
@@
-285,10
+285,10
@@
later installation should be done in MODE hook."
(if (string-match "^semantic-" name)
e
(cons (intern (format "semantic-%s" name)) (cdr e)))))
- overrides
- nil)
+ overrides)
(list 'constant-flag (not transient)
- 'override-flag t)))
+ 'override-flag t)
+ nil))
\f
;;; User Interrupt handling
;;