From bdd9ab6e687fe884a7d905d25fe62d73521c79df Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 1 May 2004 03:51:49 +0000 Subject: [PATCH] (confirm-kill-emacs): Change group from top-level `emacs' to `convenience'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 6a406b6fbf0..ca24de2862d 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4423,7 +4423,7 @@ be a predicate function such as `yes-or-no-p'." :type '(choice (const :tag "Ask with yes-or-no-p" yes-or-no-p) (const :tag "Ask with y-or-n-p" y-or-n-p) (const :tag "Don't confirm" nil)) - :group 'emacs + :group 'convenience :version "21.1") (defun save-buffers-kill-emacs (&optional arg) -- 2.39.5