]> git.eshelyaron.com Git - emacs.git/commitdiff
(hide-ifdef-hiding): Delete duplicate defvar.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Aug 1995 17:18:05 +0000 (17:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Aug 1995 17:18:05 +0000 (17:18 +0000)
lisp/progmodes/hideif.el

index a28c43a106ef2eebd6b7c49d68f5c692ef40f438..a4427ca2ba9b0b5dac07bae8a167960e5e021768 100644 (file)
@@ -867,9 +867,6 @@ to redo on a recursive entry."
   "*Non-nil if `hide-ifdefs' should be called when Hide-Ifdef mode
 is first activated.")
 
-(defvar hide-ifdef-hiding nil
-  "Non-nil if text might be hidden.")
-
 ;;;###autoload
 (defvar hide-ifdef-read-only nil
   "*Set to non-nil if you want buffer to be read-only while hiding text.")