summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/hideif.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index 59bdd215861..3bffaff96e7 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -192,7 +192,7 @@
;; Arrange to use the mode's map when the mode is enabled.
(or (assq 'hide-ifdef-mode minor-mode-map-alist)
(setq minor-mode-map-alist
- (cons (cons hide-ifdef-mode hide-ifdef-mode-map)
+ (cons (cons 'hide-ifdef-mode hide-ifdef-mode-map)
minor-mode-map-alist)))
(or (assq 'hide-ifdef-hiding minor-mode-alist)