diff options
author | Luke Lee <luke.yx.lee@gmail.com> | 2014-07-02 12:25:21 +0800 |
---|---|---|
committer | Luke Lee <luke.yx.lee@gmail.com> | 2014-07-02 12:25:21 +0800 |
commit | fe1c6a42c96d79106a0ffcc87165148fe7614797 (patch) | |
tree | 79682a90743c1006900ec63f4f313f0274cc3aec /lisp/progmodes/hideif.el | |
parent | 477daa5b533af8f62c9b6893e2d522b93d9c2853 (diff) | |
download | emacs-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.el | 3 |
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. |