From 105744a3cf865b7f36864c90e46db24b09def2be Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 23 Dec 2005 21:49:51 +0000 Subject: [PATCH] (savehist-mode-hook): Add `:group'. --- lisp/savehist.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.2