aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-16 03:42:09 +0000
committerRichard M. Stallman1997-08-16 03:42:09 +0000
commit1339f2e7875dd0177ad21cfbb76288b4266a74a0 (patch)
tree1451e2967a18c613ace4d1c82d67b57729cbf9c6 /lisp
parent07092cb12cd3f6dd53a050f586e98e76435ac1b8 (diff)
downloademacs-1339f2e7875dd0177ad21cfbb76288b4266a74a0.tar.gz
emacs-1339f2e7875dd0177ad21cfbb76288b4266a74a0.zip
(c-double-slash-is-comments-p): Remove obsolete variable.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cc-langs.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 551b2f7fb19..ab1bc898e65 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -7,7 +7,7 @@
7;; 1985 Richard M. Stallman 7;; 1985 Richard M. Stallman
8;; Maintainer: cc-mode-help@python.org 8;; Maintainer: cc-mode-help@python.org
9;; Created: 22-Apr-1997 (split from cc-mode.el) 9;; Created: 22-Apr-1997 (split from cc-mode.el)
10;; Version: 5.15 10;; Version: 5.16
11;; Keywords: c languages oop 11;; Keywords: c languages oop
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -181,10 +181,6 @@
181(defvar c-auto-hungry-string nil) 181(defvar c-auto-hungry-string nil)
182(make-variable-buffer-local 'c-auto-hungry-string) 182(make-variable-buffer-local 'c-auto-hungry-string)
183 183
184;; Buffer local language-specific comment style flag.
185(defvar c-double-slash-is-comments-p nil)
186(make-variable-buffer-local 'c-double-slash-is-comments-p)
187
188;; Non-nil means K&R style argument declarations are valid. 184;; Non-nil means K&R style argument declarations are valid.
189(defvar c-recognize-knr-p t) 185(defvar c-recognize-knr-p t)
190(make-variable-buffer-local 'c-recognize-knr-p) 186(make-variable-buffer-local 'c-recognize-knr-p)