Skip to content

Commit 6abfb9c

Browse files
committed
elpaca-info--format-recipe: pass flush-lines region args
1 parent 3af185a commit 6abfb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elpaca-info.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
(insert recipe)
6666
(goto-char (point-min))
6767
(while (re-search-forward "\\(?: :[[:alpha:]]+\\)" nil 'noerror) (replace-match "\n\\&"))
68+
(flush-lines "^$" (point-min) (point-max))
6869
(unless (= (char-after (1+ (point-min))) ?\s)
6970
(goto-char (1+ (point-min)))
7071
(insert " "))
71-
(flush-lines "^$")
7272
(goto-char (point-min))
7373
(while (not (eobp)) (let ((eol (line-end-position)))
7474
(unless (looking-at ";;" eol)

0 commit comments

Comments
 (0)