Mercurial > emacs
changeset 66944:917a63a49adf
(savehist-save-hook): Add :group.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Nov 2005 22:18:46 +0000 |
parents | 377447bfd0bd |
children | 863620478661 |
files | lisp/savehist.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/savehist.el Wed Nov 16 22:17:29 2005 +0000 +++ b/lisp/savehist.el Wed Nov 16 22:18:46 2005 +0000 @@ -135,7 +135,8 @@ "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