From: Luke Lee Date: Wed, 2 Jul 2014 04:25:21 +0000 (+0800) Subject: * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the X-Git-Tag: emacs-25.0.90~2636^2~73^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe1c6a42c96d79106a0ffcc87165148fe7614797;p=emacs.git * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the forgotten :version "24.5". --- 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.