From f3bc6e682ee0ab49d8d169c3b19173312a3ed7e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Aug 1997 03:41:02 +0000 Subject: [PATCH] (c-buffer-is-cc-mode): Definition moved to cc-mode.el --- lisp/progmodes/cc-vars.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index f5fd9b1fc62..caf4f304298 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.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. @@ -409,13 +409,6 @@ as designated in the variable `c-file-style'.") (defvar c-indentation-style c-site-default-style "Name of style installed in the current buffer.") -(defvar c-buffer-is-cc-mode nil - "Non-nil for all buffers with a `major-mode' derived from CC Mode. -Otherwise, this variable is nil. I.e. this variable is non-nil for -`c-mode', `c++-mode', `objc-mode', `java-mode', `idl-mode', and any -other non-CC Mode mode that calls `c-initialize-cc-mode' -\(e.g. `awk-mode').") -(make-variable-buffer-local 'c-buffer-is-cc-mode) (provide 'cc-vars) -- 2.39.5