Mercurial > emacs
changeset 9429:8f0bb75be5c4
(c-mode-map): Use "C mode" for the menu bar item name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Oct 1994 02:32:39 +0000 |
parents | 3d5070024b68 |
children | 89e30b86622a |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el Tue Oct 11 02:01:27 1994 +0000 +++ b/lisp/progmodes/c-mode.el Tue Oct 11 02:32:39 1994 +0000 @@ -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))