emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs ea21a32 276/311: * debbugs-gnu.el (debbugs-gnu-


From: Stefan Monnier
Subject: [elpa] externals/debbugs ea21a32 276/311: * debbugs-gnu.el (debbugs-gnu-rescan): Make NOCACHE optional.
Date: Sun, 29 Nov 2020 18:42:28 -0500 (EST)

branch: externals/debbugs
commit ea21a32a7584f8ce4c1269e51059d11647d8ba36
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]