changeset 20146:d7ea5d1fa91b

(c-submit-bug-report): Remove c-recognize-knr-p. Add c-comment-continuation-stars.
author Karl Heuer <kwzh@gnu.org>
date Thu, 23 Oct 1997 07:49:25 +0000
parents cfd9922ca72b
children 481af10544cc
files lisp/progmodes/cc-mode.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el	Thu Oct 23 07:49:06 1997 +0000
+++ b/lisp/progmodes/cc-mode.el	Thu Oct 23 07:49:25 1997 +0000
@@ -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 @@
   (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 @@
 		   '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