]> git.eshelyaron.com Git - emacs.git/commitdiff
(confirm-kill-emacs): Change group from top-level `emacs' to `convenience'.
authorJuri Linkov <juri@jurta.org>
Sat, 1 May 2004 03:51:49 +0000 (03:51 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 1 May 2004 03:51:49 +0000 (03:51 +0000)
lisp/files.el

index 6a406b6fbf01f7629672088b9ae99617756160b6..ca24de2862d6fc5b64848f0f6ac60629107d3dee 100644 (file)
@@ -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)