aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:39:41 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-03-02 18:39:41 +0100
commit275bbd1852948a7fb3948b3e7b672e958cb2d1b9 (patch)
tree51dac61ebf81dfb77f6578224741045e3a08ca8d
parent039fb21b641dbca83e7a4396108a6b735f78db50 (diff)
parent1045edbc731d3d849a623d515879d21e1e066e04 (diff)
Merge branch 'main' into emacs-31
-rw-r--r--Makefile2
-rw-r--r--compat-30.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8982558..4b5ddb2 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 489ced7..9ff99ec 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))