From: Richard M. Stallman Date: Wed, 16 Nov 2005 22:18:46 +0000 (+0000) Subject: (savehist-save-hook): Add :group. X-Git-Tag: emacs-pretest-22.0.90~5833 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6fbc344c116e4a7edb2bf49f77a75d7b19681e9;p=emacs.git (savehist-save-hook): Add :group. --- 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