summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideif.el
diff options
context:
space:
mode:
authorLuke Lee <luke.yx.lee@gmail.com>2014-07-02 12:25:21 +0800
committerLuke Lee <luke.yx.lee@gmail.com>2014-07-02 12:25:21 +0800
commitfe1c6a42c96d79106a0ffcc87165148fe7614797 (patch)
tree79682a90743c1006900ec63f4f313f0274cc3aec /lisp/progmodes/hideif.el
parent477daa5b533af8f62c9b6893e2d522b93d9c2853 (diff)
downloademacs-fe1c6a42c96d79106a0ffcc87165148fe7614797.tar.gz
* lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the
forgotten :version "24.5".
Diffstat (limited to 'lisp/progmodes/hideif.el')
-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 @@
(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.