]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust prompt in previous emacsbug.el change.
authorGlenn Morris <rgm@gnu.org>
Thu, 26 May 2011 02:57:08 +0000 (19:57 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 May 2011 02:57:08 +0000 (19:57 -0700)
lisp/mail/emacsbug.el

index 2cd93cbce6874e21cb436f1c048f3485724cf769..7d39edd39cde54019516639ce867386a8ccf234a 100644 (file)
@@ -355,9 +355,8 @@ usually do not have translators to read other languages for them.\n\n")
                   (string-match (format "\\<%s@%s\\>" (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