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

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

[nongnu] elpa/systemd cf435f4 034/131: convolute sexp


From: ELPA Syncer
Subject: [nongnu] elpa/systemd cf435f4 034/131: convolute sexp
Date: Sun, 29 Aug 2021 11:35:10 -0400 (EDT)

branch: elpa/systemd
commit cf435f40ef2ca7431221e26c308f2e640aaeff29
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    convolute sexp
---
 systemd.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemd.el b/systemd.el
index 00221d5..64dc2dc 100644
--- a/systemd.el
+++ b/systemd.el
@@ -93,9 +93,9 @@ for details on unit file syntax.")
   "Joins lines in the key value starting at buffer position START,
 possibly broken by a backslash, and returns a string containing
 the value."
-  (save-excursion
-    (let ((break "\\\\\n")
-          end)
+  (let ((break "\\\\\n")
+        end)
+    (save-excursion
       (while (progn (goto-char (1- (line-end-position)))
                     (looking-at break))
         (forward-line))



reply via email to

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