Mercurial > emacs
changeset 19381:3ad777918b6c
(c-double-slash-is-comments-p): Remove obsolete variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Aug 1997 03:42:09 +0000 |
parents | 87b40a65d4cd |
children | 3fa4862e07df |
files | lisp/progmodes/cc-langs.el |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-langs.el Sat Aug 16 03:41:39 1997 +0000 +++ b/lisp/progmodes/cc-langs.el Sat Aug 16 03:42:09 1997 +0000 @@ -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. @@ -181,10 +181,6 @@ (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)