aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-27 17:18:05 +0000
committerRichard M. Stallman1995-08-27 17:18:05 +0000
commit539fbabbec620feb085d48c90ae98e5ebd8b77c9 (patch)
treefd291edd03d76ec68a000046ce52fc6e3d689090
parenta4eecfc9a36e30db3f07c7f0deddc94244ae80a2 (diff)
downloademacs-539fbabbec620feb085d48c90ae98e5ebd8b77c9.tar.gz
emacs-539fbabbec620feb085d48c90ae98e5ebd8b77c9.zip
(hide-ifdef-hiding): Delete duplicate defvar.
-rw-r--r--lisp/progmodes/hideif.el3
1 files changed, 0 insertions, 3 deletions
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."
867 "*Non-nil if `hide-ifdefs' should be called when Hide-Ifdef mode 867 "*Non-nil if `hide-ifdefs' should be called when Hide-Ifdef mode
868is first activated.") 868is first activated.")
869 869
870(defvar hide-ifdef-hiding nil
871 "Non-nil if text might be hidden.")
872
873;;;###autoload 870;;;###autoload
874(defvar hide-ifdef-read-only nil 871(defvar hide-ifdef-read-only nil
875 "*Set to non-nil if you want buffer to be read-only while hiding text.") 872 "*Set to non-nil if you want buffer to be read-only while hiding text.")