summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-11-03 23:11:37 -0800
committerGlenn Morris <rgm@gnu.org>2014-11-03 23:11:37 -0800
commit46fc78f57e9be79e144303066b9164b000af76fa (patch)
treeda97b1cfb0a7fa3df649ddd9fed86194295d5c06 /lisp/mail/emacsbug.el
parentd236329b5285004b6b25317614c6a42d7d4e516f (diff)
downloademacs-46fc78f57e9be79e144303066b9164b000af76fa.tar.gz
* lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r--lisp/mail/emacsbug.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index d0c575a9c79..329a3209cee 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -146,10 +146,8 @@ This requires either the OS X \"open\" command, or the freedesktop
(defun report-emacs-bug (topic &optional unused)
"Report a bug in GNU Emacs.
Prompts for bug subject. Leaves you in a mail buffer."
- ;; This strange form ensures that (recent-keys) is the value before
- ;; the bug subject string is read.
(declare (advertised-calling-convention (topic) "24.5"))
- (interactive (reverse (list (recent-keys) (read-string "Bug Subject: "))))
+ (interactive "sBug Subject: ")
;; The syntax `version;' is preferred to `[version]' because the
;; latter could be mistakenly stripped by mailing software.
(if (eq system-type 'ms-dos)