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

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

[elpa] externals/setup cc27a36: Specify setup indentation explicitly


From: ELPA Syncer
Subject: [elpa] externals/setup cc27a36: Specify setup indentation explicitly
Date: Mon, 1 Nov 2021 15:57:28 -0400 (EDT)

branch: externals/setup
commit cc27a36689d4fbb65c39965be974305cec1efbfc
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Specify setup indentation explicitly
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 64bc179..5b83b6b 100644
--- a/setup.el
+++ b/setup.el
@@ -143,7 +143,7 @@ BODY may contain special forms defined by `setup-define', 
but
 will otherwise just be evaluated as is.
 NAME may also be a macro, if it can provide a symbol."
   (declare (debug (&rest &or [symbolp sexp] form))
-           (indent defun))
+           (indent 1))
   (when (consp name)
     (push name body)
     (let ((shorthand (get (car name) 'setup-shorthand)))



reply via email to

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