]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode-map): Use "C mode" for the menu bar item name.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 02:32:39 +0000 (02:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 02:32:39 +0000 (02:32 +0000)
lisp/progmodes/c-mode.el

index 2fb5784e7aca4716d6c9e7e0c9b0cdf6977c415a..37976d38d5bbac7850214cabb29856c28c32677f 100644 (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))