(savehist-mode-hook): Add `:group'.
This commit is contained in:
parent
efa7e86f2d
commit
105744a3cf
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue