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

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

[elpa] externals/plz 706cb910ee 4/4: Tidy: Byte-compilation on older Ema


From: ELPA Syncer
Subject: [elpa] externals/plz 706cb910ee 4/4: Tidy: Byte-compilation on older Emacsen
Date: Sat, 4 Feb 2023 19:57:56 -0500 (EST)

branch: externals/plz
commit 706cb910ee508e1653002de7f1c5381600c421c0
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: Byte-compilation on older Emacsen
---
 plz.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plz.el b/plz.el
index 3b47acef86..6eb3cd75ce 100644
--- a/plz.el
+++ b/plz.el
@@ -666,6 +666,7 @@ node `(elisp) Sentinels').  Kills the buffer before 
returning."
              (pcase (plz--http-status)
                ((and status (guard (<= 200 status 299)))
                 ;; Any 2xx response is considered successful.
+                (ignore status)  ; Byte-compiling in Emacs <28 complains 
without this.
                 (funcall plz-then))
                ;; Any other status code is considered unsuccessful
                ;; (for now, anyway).



reply via email to

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