Mercurial > emacs
comparison lisp/progmodes/c-mode.el @ 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 | a82055863414 |
children | 3a54cf77d5e1 |
comparison
equal
deleted
inserted
replaced
9428:3d5070024b68 | 9429:8f0bb75be5c4 |
---|---|
53 (define-key c-mode-map "\t" 'c-indent-command) | 53 (define-key c-mode-map "\t" 'c-indent-command) |
54 | 54 |
55 (define-key c-mode-map [menu-bar] (make-sparse-keymap)) | 55 (define-key c-mode-map [menu-bar] (make-sparse-keymap)) |
56 | 56 |
57 (define-key c-mode-map [menu-bar c] | 57 (define-key c-mode-map [menu-bar c] |
58 (cons "C" (make-sparse-keymap "C"))) | 58 (cons "C mode" (make-sparse-keymap "C mode"))) |
59 | 59 |
60 (define-key c-mode-map [menu-bar c comment-region] | 60 (define-key c-mode-map [menu-bar c comment-region] |
61 '("Comment Out Region" . comment-region)) | 61 '("Comment Out Region" . comment-region)) |
62 (define-key c-mode-map [menu-bar c c-macro-expand] | 62 (define-key c-mode-map [menu-bar c c-macro-expand] |
63 '("Macro Expand Region" . c-macro-expand)) | 63 '("Macro Expand Region" . c-macro-expand)) |