Mercurial > emacs
changeset 87895:45571249bb87
(hide-ifdef-initially, hide-ifdef-read-only)
(hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow):
Remove autoload cookies.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 22 Jan 2008 06:56:07 +0000 |
parents | 7ee9516c981a |
children | e4dc826dcb18 |
files | lisp/progmodes/hideif.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)