mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(c-mode-map): Add "Highlight Conditionals" menu item.
This commit is contained in:
parent
daf4206baf
commit
c814718b2e
@ -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…
Reference in New Issue
Block a user