# HG changeset patch # User Richard M. Stallman # Date 773004063 0 # Node ID 8d24be305959f4dbd707939ca3ea5070e84b6472 # Parent d9c6c2429f85a12eb3efe4f9f5c55ba384e6b140 (minor-mode-map-alist): Add missing quote. diff -r d9c6c2429f85 -r 8d24be305959 lisp/progmodes/hideif.el --- 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)