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

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

[nongnu] elpa/macrostep 2d216ba 109/110: Merge pull request #19 from fic


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 2d216ba 109/110: Merge pull request #19 from fice-t/autoload
Date: Sat, 7 Aug 2021 09:18:13 -0400 (EDT)

branch: elpa/macrostep
commit 2d216bac2165e1b8c92df115223de7bc33804078
Merge: e537612 7b2c1f3
Author: Jon Oddie <jonxfield@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #19 from fice-t/autoload
    
    Load all autoloaded macros
---
 macrostep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macrostep.el b/macrostep.el
index 69f6873..1b8795e 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -816,7 +816,7 @@ value of DEFINITION in the result will be nil."
                     ((macro)
                      `(macro . ,(cdr fun)))
                     ((autoload)
-                     (when (eq (nth 4 fun) 'macro)
+                     (when (memq (nth 4 fun) '(macro t))
                        (if inhibit-autoload
                            `(macro . nil)
                          (load-library (nth 1 fun))



reply via email to

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