]> git.eshelyaron.com Git - emacs.git/commit
; Rename internal variable in erc-fill
authorF. Jason Park <jp@neverwas.me>
Tue, 20 Aug 2024 05:40:25 +0000 (22:40 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 30 Sep 2024 20:33:31 +0000 (22:33 +0200)
commit58dc0586c7a2958f2045ca81fe43c575825ef16d
treefebfe81b8ac58e2baa30d633c5a665910f08fc33
parentd5760f252d7c43998be1e6f16e938a45bad3e504
; Rename internal variable in erc-fill

* lisp/erc/erc-fill.el (erc--fill-wrap-scrolltobottom-exempt-p):
Rename to `erc-fill--wrap-scrolltobottom-exempt-p' so prefix matches
library and feature.
(erc-fill--wrap-ensure-dependencies): Update variable name.
* lisp/erc/erc-truncate.el (erc-max-buffer-size): Don't mention
`erc-insert-post-hook' in doc string because truncation now happens
elsewhere.
(erc-truncate-buffer-to-size): Update obsolete comment that describes
pre-5.5/Emacs 29 behavior.
* test/lisp/erc/erc-fill-tests.el (erc-fill-tests--wrap-populate):
Update variable name.
* test/lisp/erc/resources/erc-d/erc-d-tests.el
(erc-d-u--canned-load-dialog--basic)
(erc-d-u--canned-load-dialog--intermingled)
(erc-d-u--rewrite-for-slow-mo): Timeouts.
* test/lisp/erc/resources/erc-d/resources/basic.eld: Timeouts.
* test/lisp/erc/resources/erc-scenarios-common.el
(erc-scenarios-common--make-bindings): Use updated variable name.
(Bug#72736)

(cherry picked from commit 8f326e0ba23f88ee5ef25fb89f6c7cedbdbda89e)
lisp/erc/erc-fill.el
lisp/erc/erc-truncate.el
test/lisp/erc/erc-fill-tests.el
test/lisp/erc/resources/erc-d/erc-d-tests.el
test/lisp/erc/resources/erc-d/resources/basic.eld
test/lisp/erc/resources/erc-scenarios-common.el