* lisp/cedet/semantic/fw.el: Fix typo
This commit is contained in:
parent
be0cf9e299
commit
8a677ffe57
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
||||
;;; User Interrupt handling
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue