* gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 20 Feb 2001 00:45:00 +0000 (00:45 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 20 Feb 2001 00:45:00 +0000 (00:45 +0000)
lisp/ChangeLog
lisp/gnus-draft.el

index b1ff05c..568e159 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
+
 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
index 5951877..47b0939 100644 (file)
          (dolist (group '("nndraft:drafts" "nndraft:queue"))
            (setq active (gnus-activate-group group))
            (if (and active (>= (cdr active) (car active)))
-               (if (y-or-n-p "There are unsent drafts. Continue?")
+               (if (y-or-n-p "There are unsent drafts. Confirm to exit?")
                    (throw 'continue t)
                  (error "Stop!"))))))))