Remove newline from erc-fill regexp
authorF. Jason Park <jp@neverwas.me>
Mon, 2 Oct 2023 23:29:28 +0000 (16:29 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 3 Oct 2023 00:21:26 +0000 (17:21 -0700)
commit019baf28599783162659b668330a4dab3d368ffe
treefe0cdd0b95fdb02cf7522c024bad55122e8a9f26
parentad2bb3e9f36d1a4f25e1e2228586331b40a30a46
Remove newline from erc-fill regexp

* lisp/erc/erc-fill.el (erc-fill): Remove newline from character
alternative in pattern for skipping past blank and whitespace-only
lines.  It seems that as of e61a0398 "regex.c: Consolidate the two
analysis functions", Emacs no longer sees a newline-dollar sequence as
matching an empty line.  Also lose `save-match-data', which doesn't
appear to serve any purpose here.
lisp/erc/erc-fill.el