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

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

[elpa] externals/embark 2930c3cf2e: Formatting


From: ELPA Syncer
Subject: [elpa] externals/embark 2930c3cf2e: Formatting
Date: Fri, 8 Sep 2023 18:57:47 -0400 (EDT)

branch: externals/embark
commit 2930c3cf2e44842e04a8cc8cf6bcb1c3fda17672
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>

    Formatting
---
 embark-org.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/embark-org.el b/embark-org.el
index f77f558a59..95016fd9b0 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -575,10 +575,10 @@ REST are the remaining arguments."
 The location is given by the `org-marker' text property of
 target.  Applies RUN to the REST of the arguments."
   (if-let ((marker (get-text-property 0 'org-marker target)))
-    (with-current-buffer (marker-buffer marker)
-      (save-excursion
-        (goto-char marker)
-        (apply run :target target rest)))
+      (with-current-buffer (marker-buffer marker)
+        (save-excursion
+          (goto-char marker)
+          (apply run :target target rest)))
     (apply run :target target rest)))
 
 (defun embark-org-goto-remote-heading (&rest args)



reply via email to

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