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
c2efc1d0
Commit
c2efc1d0
authored
Oct 23, 1997
by
Karl Heuer
Browse files
(c-submit-bug-report): Remove
c-recognize-knr-p. Add c-comment-continuation-stars.
parent
8729df59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+5
-5
No files found.
lisp/progmodes/cc-mode.el
View file @
c2efc1d0
...
...
@@ -7,9 +7,11 @@
;; 1985 Richard M. Stallman
;; Maintainer: cc-mode-help@python.org
;; Created: a long, long, time ago. adapted from the original c-mode.el
;; Version: 5.18
;; Keywords: c languages oop
(
defconst
c-version
"5.19"
"CC Mode version number."
)
;; NOTE: Read the commentary below for the right way to submit bug reports!
;; NOTE: See the accompanying texinfo manual for details on using this mode!
...
...
@@ -326,9 +328,7 @@ Key bindings:
(
c-update-modeline
))
;; defuns for submitting bug reports
(
defconst
c-version
"5.18"
"CC Mode version number."
)
;; bug reporting
(
defconst
c-mode-help-address
"bug-gnu-emacs@prep.ai.mit.edu, cc-mode-help@python.org"
...
...
@@ -382,7 +382,7 @@ Key bindings:
'c-hanging-comment-ender-p
'c-indent-comments-syntactically-p
'c-tab-always-indent
'c-
recognize-knr-p
'c-
comment-continuation-stars
'c-label-minimum-indentation
'defun-prompt-regexp
'tab-width
...
...
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