Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c5c170d0
Commit
c5c170d0
authored
Mar 20, 1995
by
Richard M. Stallman
Browse files
(c-mode-map): Use "C-mode", not "C mode".
parent
ffbdd83d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/progmodes/c-mode.el
lisp/progmodes/c-mode.el
+4
-1
No files found.
lisp/progmodes/c-mode.el
View file @
c5c170d0
...
...
@@ -53,8 +53,11 @@
(
define-key
c-mode-map
[menu-bar]
(
make-sparse-keymap
))
;; "C-mode" is not strictly the right punctuation--it should be "C
;; mode"--but that would look like two menu items. "C-mode" is the
;; best alternative I can think of.
(
define-key
c-mode-map
[menu-bar
c]
(
cons
"C
M
ode"
(
make-sparse-keymap
"C
M
ode"
)))
(
cons
"C
-m
ode"
(
make-sparse-keymap
"C
-m
ode"
)))
(
define-key
c-mode-map
[menu-bar
c
comment-region]
'
(
"Comment Out Region"
.
comment-region
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment