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

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

[elpa] externals/compat 319d80eaeb 2/2: Fix invalid definition


From: ELPA Syncer
Subject: [elpa] externals/compat 319d80eaeb 2/2: Fix invalid definition
Date: Tue, 7 Feb 2023 17:57:27 -0500 (EST)

branch: externals/compat
commit 319d80eaeb647b8e709073d8fd05e87978c04522
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix invalid definition
---
 compat-27.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-27.el b/compat-27.el
index 151948f60c..d0b5c728ba 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -395,7 +395,7 @@ the minibuffer was activated, and execute the forms."
 
 ;;;; Defined in byte-run.el
 
-(defmacro with-suppressed-warnings (_warnings &rest body) ;; 
<compat-tests:with-suppressed-warnings>
+(compat-defmacro with-suppressed-warnings (_warnings &rest body) ;; 
<compat-tests:with-suppressed-warnings>
   "Like `progn', but prevents compiler WARNINGS in BODY.
 NOTE: The compatibility version behaves like `with-no-warnings'."
   `(with-no-warnings ,@body))



reply via email to

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