summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-03-14 00:04:50 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-03-14 00:04:50 +0000
commit82dab959b1b5b4e158f364f09dd03144d230c727 (patch)
tree0cc404a6ca22c915fcca512d5cc1cf47836075e9
parente847b47d53b27a4b4685e72063eabf1c8e5891e3 (diff)
downloademacs-82dab959b1b5b4e158f364f09dd03144d230c727.tar.gz
(hs-minor-mode-hook): Include `:version' in defcustom form.
-rw-r--r--lisp/progmodes/hideshow.el3
1 files changed, 2 insertions, 1 deletions
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'.