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

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

[elpa] externals/compat 7d90061 21/99: Add made up macro name to macrop


From: ELPA Syncer
Subject: [elpa] externals/compat 7d90061 21/99: Add made up macro name to macrop test
Date: Sun, 17 Oct 2021 05:57:50 -0400 (EDT)

branch: externals/compat
commit 7d90061d4b5b7ae2de0fc9375b595a0a212d3e69
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add made up macro name to macrop test
---
 compat-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-tests.el b/compat-tests.el
index e0c0f88..8493485 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1042,6 +1042,7 @@ the compatibility function."
                (compat--should t 'defun)
                (compat--should t 'defmacro)
                (compat--should nil 'defalias)
+               (compat--should nil 'foobar)
                (compat--should nil 'if)
                (compat--should nil '+)
                (compat--should nil 1)



reply via email to

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