]> git.eshelyaron.com Git - emacs.git/commit
Treat previous/next-line specially in erc-fill-wrap
authorF. Jason Park <jp@neverwas.me>
Mon, 9 Oct 2023 09:29:44 +0000 (02:29 -0700)
committerF. Jason Park <jp@neverwas.me>
Fri, 13 Oct 2023 14:47:01 +0000 (07:47 -0700)
commitf8af241192bc6ecff694f1c98002c353a06df4b0
tree22d6c386edc7455ac6bd26cc2e78774c934c5b39
parent5e2be1e0ba64f030b8493d3e7b93b69caba3a254
Treat previous/next-line specially in erc-fill-wrap

* lisp/erc/erc-fill.el (erc-fill-wrap-visual-keys): Mention option
`erc-fill-wrap-force-screen-line-movement' in doc string.
(erc-fill-wrap-force-screen-line-movement): New option to suppress
logical-line movement with `previous-line' and `next-line' when
`erc-fill-wrap-mode' is enabled.
(erc-fill--wrap-move): Accept trailing args.
(erc-fill--wrap-previous-line, erc-fill--wrap-next-line): Use
`erc-fill--wrap-move', like all the other `fill-wrap' commands.
(Bug#60936)
lisp/erc/erc-fill.el