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

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

[elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code


From: Stefan Monnier
Subject: [elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code.
Date: Tue, 20 Feb 2024 18:16:36 -0500 (EST)

branch: externals/ampc
commit 8df5fd0ff3379274d99e368ce0a8ea5cadf4a59a
Author: Christopher Schmidt <christopher@ch.ristopher.com>
Commit: Christopher Schmidt <christopher@ch.ristopher.com>

    Fix indentation in source code.
---
 ampc.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ampc.el b/ampc.el
index 100b4b87dd..90bfe6d788 100644
--- a/ampc.el
+++ b/ampc.el
@@ -386,10 +386,10 @@ This hook is called as the first thing when ampc is 
started."
        (with-current-buffer b
          (let ((buffer-read-only))
            ,@(if (eq (car body) 'no-se)
-                (cdr body)
-              `((save-excursion
-                  (goto-char (point-min))
-                  ,@body))))))))
+                 (cdr body)
+               `((save-excursion
+                   (goto-char (point-min))
+                   ,@body))))))))
 
 (defmacro ampc-fill-skeleton (tag &rest body)
   (declare (indent 1) (debug t))



reply via email to

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