summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/savehist.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el
index 97960199302..ef75369c761 100644
--- a/lisp/savehist.el
+++ b/lisp/savehist.el
@@ -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.