diff options
| author | Richard M. Stallman <rms@gnu.org> | 2011-09-23 19:47:27 -0400 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2011-09-23 19:47:27 -0400 |
| commit | 19c38752456e0ead97d9db529152300171d6022c (patch) | |
| tree | a9d631db2d13332bc411bf498c1173a738434919 /lisp/mail/emacsbug.el | |
| parent | e08b633bd6e6396af85cd52482949c01c73fbb3a (diff) | |
| download | emacs-19c38752456e0ead97d9db529152300171d6022c.tar.gz | |
Autoload report-emacs-bug-query-existing-bugs.
Diffstat (limited to 'lisp/mail/emacsbug.el')
| -rw-r--r-- | lisp/mail/emacsbug.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 0722227d3d2..576f443c8e2 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -479,6 +479,7 @@ 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)." |
