convolute sexp
This commit is contained in:
@@ -93,9 +93,9 @@ for details on unit file syntax.")
|
|||||||
"Joins lines in the key value starting at buffer position START,
|
"Joins lines in the key value starting at buffer position START,
|
||||||
possibly broken by a backslash, and returns a string containing
|
possibly broken by a backslash, and returns a string containing
|
||||||
the value."
|
the value."
|
||||||
(save-excursion
|
(let ((break "\\\\\n")
|
||||||
(let ((break "\\\\\n")
|
end)
|
||||||
end)
|
(save-excursion
|
||||||
(while (progn (goto-char (1- (line-end-position)))
|
(while (progn (goto-char (1- (line-end-position)))
|
||||||
(looking-at break))
|
(looking-at break))
|
||||||
(forward-line))
|
(forward-line))
|
||||||
|
|||||||
Reference in New Issue
Block a user