aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Lee2014-07-02 12:25:21 +0800
committerLuke Lee2014-07-02 12:25:21 +0800
commitfe1c6a42c96d79106a0ffcc87165148fe7614797 (patch)
tree79682a90743c1006900ec63f4f313f0274cc3aec
parent477daa5b533af8f62c9b6893e2d522b93d9c2853 (diff)
downloademacs-fe1c6a42c96d79106a0ffcc87165148fe7614797.tar.gz
emacs-fe1c6a42c96d79106a0ffcc87165148fe7614797.zip
* lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the
forgotten :version "24.5".
-rw-r--r--lisp/progmodes/hideif.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index 6585668b927..f6562f32e94 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -138,7 +138,8 @@
138 138
139(defcustom hide-ifdef-exclude-define-regexp nil 139(defcustom hide-ifdef-exclude-define-regexp nil
140 "Ignore #define names if those names match this exclusion pattern." 140 "Ignore #define names if those names match this exclusion pattern."
141 :type 'string) 141 :type 'string
142 :version "24.5")
142 143
143(defvar hide-ifdef-mode-submap 144(defvar hide-ifdef-mode-submap
144 ;; Set up the submap that goes after the prefix key. 145 ;; Set up the submap that goes after the prefix key.