]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.
authorF. Jason Park <jp@neverwas.me>
Mon, 11 Sep 2023 03:44:49 +0000 (20:44 -0700)
committerF. Jason Park <jp@neverwas.me>
Mon, 11 Sep 2023 03:44:49 +0000 (20:44 -0700)
lisp/erc/erc.el

index 0a67cf83ca8b7571ac8d08cce0a7937132e76050..07ba32d1ccadd9ffb0de246c52029fbd0fe46c7e 100644 (file)
@@ -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))