diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-11-16 22:18:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-11-16 22:18:46 +0000 |
commit | f6fbc344c116e4a7edb2bf49f77a75d7b19681e9 (patch) | |
tree | 9fd433c14e37587840a6098b1307aa56226f3c24 /lisp/savehist.el | |
parent | 957dc1a49d3cee31ebab787bd357b14ccb5796bd (diff) | |
download | emacs-f6fbc344c116e4a7edb2bf49f77a75d7b19681e9.tar.gz |
(savehist-save-hook): Add :group.
Diffstat (limited to 'lisp/savehist.el')
-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 f8c39a31cb5..97960199302 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -135,7 +135,8 @@ If set to nil, disables timer-based autosaving." "Hook called by `savehist-save' before saving the variables. You can use this hook to influence choice and content of variables to save." - :type 'hook) + :type 'hook + :group 'savehist) ;; This should be capable of representing characters used by Emacs. ;; We prefer UTF-8 over ISO 2022 because it is well-known outside |