aboutsummaryrefslogtreecommitdiff
path: root/compat-27.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-02-07 23:38:19 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-02-07 23:38:19 +0100
commit319d80eaeb647b8e709073d8fd05e87978c04522 (patch)
treec2ee2749584d80cb1b1a55bc3c4ea2db7ceb8fcd /compat-27.el
parentb91063ba4aabce0e0400daaeb9b2f0e57cbb9af8 (diff)
Fix invalid definition
Diffstat (limited to 'compat-27.el')
-rw-r--r--compat-27.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-27.el b/compat-27.el
index 151948f..d0b5c72 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))