emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102481: * mail/emacsbug.el (report-e


From: Tassilo Horn
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102481: * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
Date: Tue, 23 Nov 2010 09:00:56 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102481
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Tue 2010-11-23 09:00:56 +0100
message:
  * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
  that the keywords should be comma separated.
modified:
  lisp/ChangeLog
  lisp/mail/emacsbug.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-23 01:15:08 +0000
+++ b/lisp/ChangeLog    2010-11-23 08:00:56 +0000
@@ -1,3 +1,8 @@
+2010-11-23  Tassilo Horn  <address@hidden>
+
+       * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
+       that the keywords should be comma separated.
+
 2010-11-23  Chong Yidong  <address@hidden>
 
        * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.

=== modified file 'lisp/mail/emacsbug.el'
--- a/lisp/mail/emacsbug.el     2010-11-20 17:32:57 +0000
+++ b/lisp/mail/emacsbug.el     2010-11-23 08:00:56 +0000
@@ -451,7 +451,7 @@
 (defun report-emacs-bug-query-existing-bugs (keywords)
   "Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result.
 The result is an alist with items of the form (URL SUBJECT NO)."
-  (interactive "sBug keywords: ")
+  (interactive "sBug keywords (comma separated): ")
   (url-retrieve (concat report-emacs-bug-tracker-url
                        "pkgreport.cgi?include=subject%3A"
                        (replace-regexp-in-string "[[:space:]]+" "+" keywords)


reply via email to

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