]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-buffer-is-cc-mode): Definition moved to cc-mode.el
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:41:02 +0000 (03:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:41:02 +0000 (03:41 +0000)
lisp/progmodes/cc-vars.el

index f5fd9b1fc6226038738675785e9afef684c8485e..caf4f3042989e2ba10950520c3d8d75bb57e5351 100644 (file)
@@ -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)
 
 \f
 (provide 'cc-vars)