From: Richard M. Stallman Date: Tue, 9 Sep 1997 02:58:23 +0000 (+0000) Subject: (hs-minor-mode-hook): Fix customize type. X-Git-Tag: emacs-20.1~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39f2ec46d310298a6c366d84c2a2e66b0cc202be;p=emacs.git (hs-minor-mode-hook): Fix customize type. --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 1ea9c4e7a57..0b052dbe4e7 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -124,7 +124,7 @@ you do `hs-show-block'." "Hook called when `hs-minor-mode' is installed. A good value for this would be `hs-hide-initial-comment-block' to hide all the comments at the beginning of the file." - :type 'integer + :type 'hook :group 'hideshow) (defcustom hs-isearch-open 'block