From: Glenn Morris Date: Thu, 26 May 2011 02:57:08 +0000 (-0700) Subject: Adjust prompt in previous emacsbug.el change. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4245494bac8d6305d408772c1fa99b28b36612d;p=emacs.git Adjust prompt in previous emacsbug.el change. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 2cd93cbce68..7d39edd39cd 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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