emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 0e37a291cae: ; * lisp/erc/erc.el (erc-check-text-conversion): Try


From: F. Jason Park
Subject: master 0e37a291cae: ; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.
Date: Sun, 10 Sep 2023 23:49:04 -0400 (EDT)

branch: master
commit 0e37a291cae26e91e761868570be713fbe1c1c1a
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    ; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.
---
 lisp/erc/erc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 0a67cf83ca8..07ba32d1cca 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]