* lisp/erc/erc-goodies.el (erc--scrolltobottom-window-info): Add
`newline'. (Bug#64855)
* lisp/erc/erc.el (erc-check-text-conversion): Quote variable.
(defvar erc--scrolltobottom-post-force-commands
'(beginning-of-buffer
electric-newline-and-maybe-indent
+ newline
default-indent-new-line)
"Commands that force a scroll after execution at prompt.
That is, ERC recalculates the window's start instead of blindly
guarantee that the input method functions properly for the
purpose of typing within the ERC prompt."
(when (and (eq major-mode 'erc-mode)
- (boundp set-text-conversion-style))
+ (boundp 'text-conversion-style))
(if (>= (point) (erc-beg-of-input-line))
(unless (eq text-conversion-style 'action)
(set-text-conversion-style 'action))