From 82dab959b1b5b4e158f364f09dd03144d230c727 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 14 Mar 2001 00:04:50 +0000 Subject: [PATCH] (hs-minor-mode-hook): Include `:version' in defcustom form. --- lisp/progmodes/hideshow.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 08d5a725310..b4be14e7ba2 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -204,7 +204,8 @@ (defcustom hs-minor-mode-hook nil "*Hook called when hideshow minor mode is activated or deactivated." :type 'hook - :group 'hideshow) + :group 'hideshow + :version "21.1") (defcustom hs-isearch-open 'block "*What kind of hidden blocks to open when doing `isearch'. -- 2.39.5