From e4245494bac8d6305d408772c1fa99b28b36612d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 May 2011 19:57:08 -0700 Subject: [PATCH] Adjust prompt in previous emacsbug.el change. --- lisp/mail/emacsbug.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2