diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 19:14:47 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-17 19:14:47 +0100 |
| commit | 157e5c13d558bb6d21f6ecd6e17c16453d673732 (patch) | |
| tree | c1821505bf80893e6e4fa4692f62961dcd240a0a /compat-macs.el | |
| parent | 47b067c97e65ebb6519756d259a4936e47c18a8b (diff) | |
compat-guard: Declare indent
Diffstat (limited to 'compat-macs.el')
| -rw-r--r-- | compat-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-macs.el b/compat-macs.el index decd246..b73bae5 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -136,7 +136,7 @@ definition is generated. version. Instead install the definition if :when evaluates to non-nil." (declare (debug ([&rest keywordp sexp] def-body)) - (indent 0)) + (indent 1)) (compat--guard rest '(:body) (lambda (body) (if (eq cond t) |
