Various minor variable/hook cleanups.
[bpt/emacs.git] / lisp / progmodes / cwarn.el
index 3e99f3c..09c7e90 100644 (file)
   :version "21.1"
   :group 'faces)
 
-(defvar cwarn-mode nil
-  "Non-nil when Cwarn mode is active.
-
-Never set this variable directly, use the command `cwarn-mode'
-instead.")
-
 (defcustom cwarn-configuration
   '((c-mode (not reference))
     (c++-mode t))