]> git.eshelyaron.com Git - emacs.git/commitdiff
(savehist-mode-hook): Add `:group'.
authorJuri Linkov <juri@jurta.org>
Fri, 23 Dec 2005 21:49:51 +0000 (21:49 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 23 Dec 2005 21:49:51 +0000 (21:49 +0000)
lisp/savehist.el

index 97960199302c9e294592c5b8b6d3e2ef9184e2da..ef75369c76101886165fa8cc8c5e89a330bd674d 100644 (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.