]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-double-slash-is-comments-p): Remove obsolete variable.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:42:09 +0000 (03:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:42:09 +0000 (03:42 +0000)
lisp/progmodes/cc-langs.el

index 551b2f7fb1942c330ff15b2c253cbd94a2800340..ab1bc898e651595bb50f0c9b36c1cae4e2a8a5d0 100644 (file)
@@ -7,7 +7,7 @@
 ;;             1985 Richard M. Stallman
 ;; Maintainer: cc-mode-help@python.org
 ;; Created:    22-Apr-1997 (split from cc-mode.el)
-;; Version:    5.15
+;; Version:    5.16
 ;; Keywords:   c languages oop
 
 ;; This file is part of GNU Emacs.
 (defvar c-auto-hungry-string nil)
 (make-variable-buffer-local 'c-auto-hungry-string)
 
-;; Buffer local language-specific comment style flag.
-(defvar c-double-slash-is-comments-p nil)
-(make-variable-buffer-local 'c-double-slash-is-comments-p)
-
 ;; Non-nil means K&R style argument declarations are valid.
 (defvar c-recognize-knr-p t)
 (make-variable-buffer-local 'c-recognize-knr-p)