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

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

[elpa] externals/setup d96fb5f 2/8: Indent the first two forms of setup-


From: ELPA Syncer
Subject: [elpa] externals/setup d96fb5f 2/8: Indent the first two forms of setup-define
Date: Thu, 30 Sep 2021 14:57:26 -0400 (EDT)

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

    Indent the first two forms of setup-define
---
 setup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 370eb81..8ea32a7 100644
--- a/setup.el
+++ b/setup.el
@@ -171,7 +171,7 @@ returns a symbol to replace NAME.
   :debug SPEC
 A edebug specification, see Info node `(elisp) Specification List'.
 If not given, it is assumed nothing is evaluated."
-  (declare (indent 1))
+  (declare (indent 2))
   ;; NB.: NAME is not required to by a keyword, even though all macros
   ;;      specified on the next page use keywords.  The rationale for
   ;;      this is currently that there is no clean way to "locally"



reply via email to

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