aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:38:55 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:39:15 +0100
commit1045edbc731d3d849a623d515879d21e1e066e04 (patch)
tree6ab374c70d9c58d7ee30e29bec9825698da40798
parentf3293ed0122d82c41c0c8397e935395213b2c76e (diff)
Fix "make check"
-rw-r--r--Makefile2
-rw-r--r--compat-30.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65d92ae..d584bc3 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ check:
@grep "compat-tests:" *.el | \
sed -E "s/.*<compat-tests:([^)]+)>|.*\\[\\[compat-tests:([^)]+)\\]\\]/\1\2/g" | \
sort | uniq > /tmp/compat-links
- @ (diff /tmp/compat-defs /tmp/compat-defs)
+ @diff /tmp/compat-defs /tmp/compat-links
$(BYTEC): compat-macs.el
diff --git a/compat-30.el b/compat-30.el
index 938cbcb..cb6e442 100644
--- a/compat-30.el
+++ b/compat-30.el
@@ -37,7 +37,7 @@ This variable might be subject to change without notice."
;;;; Defined in lread.c
-(compat-defun obarray-clear (ob) ;; <compat-tests:obarray>
+(compat-defun obarray-clear (ob) ;; <compat-tests:obarray-clear>
"Remove all symbols from obarray OB."
(fillarray ob 0))