From 1339f2e7875dd0177ad21cfbb76288b4266a74a0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Aug 1997 03:42:09 +0000 Subject: [PATCH] (c-double-slash-is-comments-p): Remove obsolete variable. --- lisp/progmodes/cc-langs.el | 6 +----- 1 file changed, 1 insertion(+), 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 @@ ;; 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) -- 2.39.5