mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
Make report-emacs-bug-query-existing-bugs obsolete (bug#7449)
* lisp/mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Unautoload, and make obsolete.
This commit is contained in:
parent
9d9e48d904
commit
fedb154e30
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-11-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
|
||||
Unautoload, and make obsolete. (Bug#7449)
|
||||
|
||||
2012-11-08 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
|
||||
|
|
|
|||
|
|
@ -517,7 +517,6 @@ and send the mail again%s."
|
|||
buglist))))
|
||||
(report-emacs-bug-create-existing-bugs-buffer (nreverse buglist) keywords)))
|
||||
|
||||
;;;###autoload
|
||||
(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)."
|
||||
|
|
@ -527,6 +526,8 @@ The result is an alist with items of the form (URL SUBJECT NO)."
|
|||
(replace-regexp-in-string "[[:space:]]+" "+" keywords)
|
||||
";package=emacs")
|
||||
'report-emacs-bug-parse-query-results (list keywords)))
|
||||
(make-obsolete 'report-emacs-bug-query-existing-bugs
|
||||
"use the `debbugs' package from GNU ELPA instead." "24.3")
|
||||
|
||||
(provide 'emacsbug)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue