diff options
| -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) |
