1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(doctor-mode-map): Rename from `doc-mode-map'.

This commit is contained in:
Juri Linkov 2006-01-23 01:28:09 +00:00
parent f6039de63e
commit 9d6f699a8b

View File

@ -89,7 +89,7 @@
(set what ww)
first))
(defvar doc-mode-map
(defvar doctor-mode-map
(let ((map (make-sparse-keymap)))
(define-key map "\n" 'doctor-read-print)
(define-key map "\r" 'doctor-ret-or-read)