(hide-ifdef-initially, hide-ifdef-read-only)
(hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow): Remove autoload cookies.
This commit is contained in:
parent
f52749ed49
commit
0dedb2bee0
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
2008-01-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
|
||||
(hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow):
|
||||
Remove autoload cookies.
|
||||
|
||||
* vc.el (vc-diff-sentinel): Do not write a footer if there were
|
||||
differences.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue