emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/hideif.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/hideif.el,v
Date: Tue, 22 Jan 2008 06:56:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/01/22 06:56:07

Index: hideif.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/hideif.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- hideif.el   21 Jan 2008 04:46:12 -0000      1.60
+++ hideif.el   22 Jan 2008 06:56:07 -0000      1.61
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]