projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ff0c7
)
Adjust prompt in previous emacsbug.el change.
author
Glenn Morris
<rgm@gnu.org>
Thu, 26 May 2011 02:57:08 +0000
(19:57 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 26 May 2011 02:57:08 +0000
(19:57 -0700)
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index 2cd93cbce6874e21cb436f1c048f3485724cf769..7d39edd39cde54019516639ce867386a8ccf234a 100644
(file)
--- 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