branch: externals/compat
commit 7d90061d4b5b7ae2de0fc9375b595a0a212d3e69
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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