# HG changeset patch # User Richard M. Stallman # Date 809543885 0 # Node ID c0ab245f17502175d36d82b5c997ac08ae41d3be # Parent e0db27f18a430d7e50448ec2fbabe74465d2fe8c (hide-ifdef-hiding): Delete duplicate defvar. diff -r e0db27f18a43 -r c0ab245f1750 lisp/progmodes/hideif.el --- a/lisp/progmodes/hideif.el Sun Aug 27 17:15:57 1995 +0000 +++ b/lisp/progmodes/hideif.el Sun Aug 27 17:18:05 1995 +0000 @@ -867,9 +867,6 @@ "*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.")