Fix up previous conf-mode.el and nroff-mode.el change slightly
* lisp/textmodes/conf-mode.el (conf-mode-map): Remove variable now unused. * lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove variable now unused.
This commit is contained in:
parent
80df15baf3
commit
0fb6f05bcb
2 changed files with 2 additions and 4 deletions
|
@ -63,8 +63,7 @@ not align (only setting space according to `conf-assignment-space')."
|
|||
:type 'boolean)
|
||||
|
||||
(defvar conf-mode-map
|
||||
(let ((map (make-sparse-keymap))
|
||||
(menu-map (make-sparse-keymap)))
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map "\C-c\C-u" 'conf-unix-mode)
|
||||
(define-key map "\C-c\C-w" 'conf-windows-mode)
|
||||
(define-key map "\C-c\C-j" 'conf-javaprop-mode)
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
:type 'boolean)
|
||||
|
||||
(defvar nroff-mode-map
|
||||
(let ((map (make-sparse-keymap))
|
||||
(menu-map (make-sparse-keymap)))
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map "\t" 'tab-to-tab-stop)
|
||||
(define-key map "\e?" 'nroff-count-text-lines)
|
||||
(define-key map "\n" 'nroff-electric-newline)
|
||||
|
|
Loading…
Add table
Reference in a new issue