]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the
authorLuke Lee <luke.yx.lee@gmail.com>
Wed, 2 Jul 2014 04:25:21 +0000 (12:25 +0800)
committerLuke Lee <luke.yx.lee@gmail.com>
Wed, 2 Jul 2014 04:25:21 +0000 (12:25 +0800)
forgotten :version "24.5".

lisp/progmodes/hideif.el

index 6585668b927e64fef584ee9d9f7b57fdff82c271..f6562f32e94102301df20250595162aadda66016 100644 (file)
 
 (defcustom hide-ifdef-exclude-define-regexp nil
   "Ignore #define names if those names match this exclusion pattern."
-  :type 'string)
+  :type 'string
+  :version "24.5")
 
 (defvar hide-ifdef-mode-submap
   ;; Set up the submap that goes after the prefix key.