From fe1c6a42c96d79106a0ffcc87165148fe7614797 Mon Sep 17 00:00:00 2001 From: Luke Lee Date: Wed, 2 Jul 2014 12:25:21 +0800 Subject: [PATCH] * lisp/progmodes/hideif.el (hide-ifdef-exclude-define-regexp): Add the forgotten :version "24.5". --- lisp/progmodes/hideif.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5