1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

Comment fix.

This commit is contained in:
Karl Heuer 1996-01-05 00:05:12 +00:00
parent 0a40ffd22b
commit 46c63acf93

View File

@ -122,7 +122,7 @@
;; Set up the submap that goes after the prefix key.
(if hide-ifdef-mode-submap
() ; dont redefine it.
() ; Don't redefine it.
(setq hide-ifdef-mode-submap (make-sparse-keymap))
(define-key hide-ifdef-mode-submap "d" 'hide-ifdef-define)
(define-key hide-ifdef-mode-submap "u" 'hide-ifdef-undef)