changeset 19379:19c6e028d602

(c-buffer-is-cc-mode): Definition moved to cc-mode.el
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Aug 1997 03:41:02 +0000
parents a1987ab30543
children 87b40a65d4cd
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Sat Aug 16 03:40:20 1997 +0000
+++ b/lisp/progmodes/cc-vars.el	Sat Aug 16 03:41:02 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.
@@ -409,13 +409,6 @@
 (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)