Mercurial > emacs
changeset 8095:8d24be305959
(minor-mode-map-alist): Add missing quote.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 30 Jun 1994 19:21:03 +0000 |
parents | d9c6c2429f85 |
children | 355f353f7c74 |
files | lisp/progmodes/hideif.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/hideif.el Thu Jun 30 18:57:17 1994 +0000 +++ b/lisp/progmodes/hideif.el Thu Jun 30 19:21:03 1994 +0000 @@ -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)