From: Richard M. Stallman Date: Thu, 30 Jun 1994 19:21:03 +0000 (+0000) Subject: (minor-mode-map-alist): Add missing quote. X-Git-Tag: emacs-19.34~7758 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=260600e5fb62f9085061de6b1271a6b3213a46a1;p=emacs.git (minor-mode-map-alist): Add missing quote. --- 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)