# HG changeset patch # User Glenn Morris # Date 1200984967 0 # Node ID 45571249bb876d4eea9767be1293585073630722 # Parent 7ee9516c981adfb65fe972497f41a55e368d5e1f (hide-ifdef-initially, hide-ifdef-read-only) (hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow): Remove autoload cookies. diff -r 7ee9516c981a -r 45571249bb87 lisp/progmodes/hideif.el --- a/lisp/progmodes/hideif.el Tue Jan 22 06:39:44 2008 +0000 +++ b/lisp/progmodes/hideif.el Tue Jan 22 06:56:07 2008 +0000 @@ -114,31 +114,26 @@ "Hide selected code within `ifdef'." :group 'c) -;;;###autoload (defcustom hide-ifdef-initially nil "Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated." :type 'boolean :group 'hide-ifdef) -;;;###autoload (defcustom hide-ifdef-read-only nil "Set to non-nil if you want buffer to be read-only while hiding text." :type 'boolean :group 'hide-ifdef) -;;;###autoload (defcustom hide-ifdef-lines nil "Non-nil means hide the #ifX, #else, and #endif lines." :type 'boolean :group 'hide-ifdef) -;;;###autoload (defcustom hide-ifdef-shadow nil "Non-nil means shadow text instead of hiding it." :type 'boolean :group 'hide-ifdef) -;;;###autoload (defface hide-ifdef-shadow '((t (:inherit shadow))) "Face for shadowing ifdef blocks." :group 'hide-ifdef)