diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-07 23:38:19 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-07 23:38:19 +0100 |
| commit | 319d80eaeb647b8e709073d8fd05e87978c04522 (patch) | |
| tree | c2ee2749584d80cb1b1a55bc3c4ea2db7ceb8fcd | |
| parent | b91063ba4aabce0e0400daaeb9b2f0e57cbb9af8 (diff) | |
Fix invalid definition
| -rw-r--r-- | compat-27.el | 2 |
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)) |
