branch: master commit a803e8d74f1c9f92dff5afcb395d1624fec95eed Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
* debbugs-gnu.el (debbugs-gnu-rescan): Make NOCACHE optional. --- packages/debbugs/debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index cd2e4e5..35817cc 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -1035,7 +1035,7 @@ Used instead of `tabulated-list-print-entry'." 'debbugs-gnu-manual) map)) -(defun debbugs-gnu-rescan (nocache) +(defun debbugs-gnu-rescan (&optional nocache) "Rescan the current set of bug reports. If NOCACHE is non-nil, bug information is retrieved from the debbugs server. Interactively, it is non-nil with the prefix argument."