From: Richard M. Stallman Date: Sun, 27 Aug 1995 17:18:05 +0000 (+0000) Subject: (hide-ifdef-hiding): Delete duplicate defvar. X-Git-Tag: emacs-19.34~2906 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=539fbabbec620feb085d48c90ae98e5ebd8b77c9;p=emacs.git (hide-ifdef-hiding): Delete duplicate defvar. --- diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index a28c43a106e..a4427ca2ba9 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -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.")