* lisp/cedet/semantic/fw.el: Fix typo

This commit is contained in:
Stefan Monnier 2022-05-22 16:27:21 -04:00
parent be0cf9e299
commit 8a677ffe57

View file

@ -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
;;