emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117665: * lisp/mail/emacsbug.el (report-emacs-bu


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117665: * lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.
Date: Tue, 04 Nov 2014 07:11:40 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117665
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-11-03 23:11:37 -0800
message:
  * lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.
modified:
  lisp/mail/emacsbug.el          emacsbug.el-20091113204419-o5vbwnq5f7feedwu-73
=== modified file 'lisp/mail/emacsbug.el'
--- a/lisp/mail/emacsbug.el     2014-11-04 07:07:04 +0000
+++ b/lisp/mail/emacsbug.el     2014-11-04 07:11:37 +0000
@@ -146,10 +146,8 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]