mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
(c-mode-map): Add "Highlight Conditionals" menu item.
This commit is contained in:
parent
daf4206baf
commit
c814718b2e
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,8 @@
|
|||
'("Indent Line" . c-indent-command))
|
||||
(define-key c-mode-map [menu-bar c fill]
|
||||
'("Fill Comment Paragraph" . c-fill-paragraph))
|
||||
(define-key c-mode-map [menu-bar c cpp-highlight-buffer]
|
||||
'("Highlight Conditionals" . cpp-highlight-buffer))
|
||||
(define-key c-mode-map [menu-bar c up]
|
||||
'("Up Conditional" . c-up-conditional))
|
||||
(define-key c-mode-map [menu-bar c backward]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue