1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(c-mode-map): Use "C mode" for the menu bar item name.

This commit is contained in:
Richard M. Stallman 1994-10-11 02:32:39 +00:00
parent 513a650902
commit c825792e64

View File

@ -55,7 +55,7 @@
(define-key c-mode-map [menu-bar] (make-sparse-keymap))
(define-key c-mode-map [menu-bar c]
(cons "C" (make-sparse-keymap "C")))
(cons "C mode" (make-sparse-keymap "C mode")))
(define-key c-mode-map [menu-bar c comment-region]
'("Comment Out Region" . comment-region))