(savehist-mode-hook): Add `:group'.

This commit is contained in:
Juri Linkov 2005-12-23 21:49:51 +00:00
parent efa7e86f2d
commit 105744a3cf

View file

@ -129,7 +129,8 @@ If set to nil, disables timer-based autosaving."
(defcustom savehist-mode-hook nil
"Hook called when `savehist-mode' is turned on."
:type 'hook)
:type 'hook
:group 'savehist)
(defcustom savehist-save-hook nil
"Hook called by `savehist-save' before saving the variables.