; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.
This commit is contained in:
parent
374ed006ff
commit
0e37a291ca
1 changed files with 1 additions and 1 deletions
|
@ -8040,7 +8040,7 @@ prompt or `nil' otherwise, set it to such a value, so as to
|
|||
guarantee that the input method functions properly for the
|
||||
purpose of typing within the ERC prompt."
|
||||
(when (and (eq major-mode 'erc-mode)
|
||||
(boundp 'text-conversion-style))
|
||||
(fboundp 'set-text-conversion-style))
|
||||
(if (>= (point) (erc-beg-of-input-line))
|
||||
(unless (eq text-conversion-style 'action)
|
||||
(set-text-conversion-style 'action))
|
||||
|
|
Loading…
Add table
Reference in a new issue