summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-16 03:41:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-16 03:41:02 +0000
commitf3bc6e682ee0ab49d8d169c3b19173312a3ed7e7 (patch)
tree3a05c102d454ad9f3898b94f845689c435c55eba /lisp
parent0f0b1be19986c1373c67152eb759e376cea6c9da (diff)
downloademacs-f3bc6e682ee0ab49d8d169c3b19173312a3ed7e7.tar.gz
emacs-f3bc6e682ee0ab49d8d169c3b19173312a3ed7e7.tar.bz2
emacs-f3bc6e682ee0ab49d8d169c3b19173312a3ed7e7.zip
(c-buffer-is-cc-mode): Definition moved to cc-mode.el
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cc-vars.el9
1 files changed, 1 insertions, 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)