branch: externals/debbugs
commit ea21a32a7584f8ce4c1269e51059d11647d8ba36
Author: Michael Albinus <[email protected]>
Commit: Michael Albinus <[email protected]>
* debbugs-gnu.el (debbugs-gnu-rescan): Make NOCACHE optional.
---
debbugs-gnu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index cd2e4e5..35817cc 100644
--- a/debbugs-gnu.el
+++ b/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."