convolute sexp

This commit is contained in:
Mark Oteiza 2015-05-30 09:31:27 -04:00
parent eaaf16f229
commit cf435f40ef

View File

@ -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))