branch: elpa/systemd commit cf435f40ef2ca7431221e26c308f2e640aaeff29 Author: Mark Oteiza <mvote...@udel.edu> Commit: Mark Oteiza <mvote...@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))