convolute sexp
This commit is contained in:
parent
eaaf16f229
commit
cf435f40ef
@ -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)
|
||||
(save-excursion
|
||||
(while (progn (goto-char (1- (line-end-position)))
|
||||
(looking-at break))
|
||||
(forward-line))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user