From 8a677ffe5774b4c5d5afcdb4b7d64b90e889a8f0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 22 May 2022 16:27:21 -0400 Subject: [PATCH] * lisp/cedet/semantic/fw.el: Fix typo --- lisp/cedet/semantic/fw.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ;; -- 2.39.2