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

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

[nongnu] elpa/macrostep 290e412b33 03/10: Remove stray declare form


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 290e412b33 03/10: Remove stray declare form
Date: Wed, 26 Oct 2022 09:59:21 -0400 (EDT)

branch: elpa/macrostep
commit 290e412b33bad9a98084c24b305717700edfd04f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Remove stray declare form
---
 macrostep-c.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/macrostep-c.el b/macrostep-c.el
index 8768bf53f2..55f7385ace 100644
--- a/macrostep-c.el
+++ b/macrostep-c.el
@@ -130,7 +130,6 @@
     (condition-case nil
         (cl-destructuring-bind (expansion warnings)
             (macrostep-c-expand-region start end)
-          (declare (ignore warnings))
           (and (cl-plusp (length expansion))
                (not (string= expansion (buffer-substring start end)))))
       (macrostep-c-expansion-failed nil))))



reply via email to

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