From: Stefan Monnier Date: Sun, 22 May 2022 20:27:21 +0000 (-0400) Subject: * lisp/cedet/semantic/fw.el: Fix typo X-Git-Tag: emacs-29.0.90~1910^2~504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a677ffe5774b4c5d5afcdb4b7d64b90e889a8f0;p=emacs.git * lisp/cedet/semantic/fw.el: Fix typo --- diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el index ca82c8156b4..113323cb339 100644 --- 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)) ;;; User Interrupt handling ;;