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:
parent
0a40ffd22b
commit
46c63acf93
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user