mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
emacsbug.el trivia.
* lisp/mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer): Remove more undefined cl functions.
This commit is contained in:
parent
c879436a90
commit
f62f063dd0
@ -1,5 +1,8 @@
|
||||
2010-12-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
|
||||
Remove more undefined cl functions.
|
||||
|
||||
* vc/diff.el (diff-sentinel): Make new arguments optional.
|
||||
* ibuf-ext.el (diff-sentinel): Update declaration.
|
||||
|
||||
|
@ -399,11 +399,11 @@ and send the mail again%s."
|
||||
(dolist (bug bugs)
|
||||
(push (list
|
||||
'url-link
|
||||
:format (concat "Bug#" (number-to-string (third bug))
|
||||
:format (concat "Bug#" (number-to-string (nth 2 bug))
|
||||
": " (cadr bug) "\n %[%v%]\n")
|
||||
;; FIXME: Why is only the link of the
|
||||
;; active item clickable?
|
||||
(first bug))
|
||||
(car bug))
|
||||
items))
|
||||
(nreverse items))))
|
||||
(widget-insert "No bugs maching your keywords found.\n"))
|
||||
|
Loading…
Reference in New Issue
Block a user