emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104371: Adjust prompt in previous em


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104371: Adjust prompt in previous emacsbug.el change.
Date: Wed, 25 May 2011 19:57:08 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104371
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-25 19:57:08 -0700
message:
  Adjust prompt in previous emacsbug.el change.
modified:
  lisp/mail/emacsbug.el
=== modified file 'lisp/mail/emacsbug.el'
--- a/lisp/mail/emacsbug.el     2011-05-26 00:52:33 +0000
+++ b/lisp/mail/emacsbug.el     2011-05-26 02:57:08 +0000
@@ -355,9 +355,8 @@
                   (string-match (format "\\<address@hidden>" (user-login-name)
                                         (system-name))
                                 from))
-              (yes-or-no-p
-               (format "From address (`%s') looks suspicious.  Edit it? "
-                       from))
+              (not (yes-or-no-p
+                    (format "Is `%s' really your email address? " from)))
               (error "Please edit the From address and try again"))))
     ;; The last warning for novice users.
     (unless (or report-emacs-bug-no-confirmation


reply via email to

[Prev in Thread] Current Thread [Next in Thread]