From 1045edbc731d3d849a623d515879d21e1e066e04 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 2 Mar 2025 18:38:55 +0100 Subject: Fix "make check" --- Makefile | 2 +- compat-30.el | 2 +- 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:([^)]+)\\]\\]/\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-defun obarray-clear (ob) ;; "Remove all symbols from obarray OB." (fillarray ob 0)) -- cgit v1.0