diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-10-23 07:49:25 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-10-23 07:49:25 +0000 |
commit | c2efc1d098e746fecd1deebfe8a18f94b78863ac (patch) | |
tree | f26502c68775f712e14ed60d996e0dc42f769b28 /lisp/progmodes | |
parent | 8729df595475691f05fb483017bfe9500f7f3ee8 (diff) | |
download | emacs-c2efc1d098e746fecd1deebfe8a18f94b78863ac.tar.gz |
(c-submit-bug-report): Remove
c-recognize-knr-p. Add c-comment-continuation-stars.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/cc-mode.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 2ddf2d4ee4e..08ea7103f2d 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -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 |