diff options
author | Juri Linkov <juri@jurta.org> | 2004-05-01 03:51:49 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-05-01 03:51:49 +0000 |
commit | bdd9ab6e687fe884a7d905d25fe62d73521c79df (patch) | |
tree | 6bebcbd4a098956c92c9b6c0534619f329a9aae8 | |
parent | 486add9d38b9862445be50158b324f2cc45672c5 (diff) | |
download | emacs-bdd9ab6e687fe884a7d905d25fe62d73521c79df.tar.gz |
(confirm-kill-emacs): Change group from top-level `emacs' to `convenience'.
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |