diff options
author | Juri Linkov <juri@jurta.org> | 2005-12-23 21:49:51 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-12-23 21:49:51 +0000 |
commit | 105744a3cf865b7f36864c90e46db24b09def2be (patch) | |
tree | 702ae5a37e81a251ffb30a1b6148f0e6e39806f5 | |
parent | efa7e86f2d560c5fcb4b2be96dec50b5b1d514f1 (diff) | |
download | emacs-105744a3cf865b7f36864c90e46db24b09def2be.tar.gz |
(savehist-mode-hook): Add `:group'.
-rw-r--r-- | lisp/savehist.el | 3 |
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. |