projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374ed00
)
; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.
author
F. Jason Park
<jp@neverwas.me>
Mon, 11 Sep 2023 03:44:49 +0000
(20:44 -0700)
committer
F. Jason Park
<jp@neverwas.me>
Mon, 11 Sep 2023 03:44:49 +0000
(20:44 -0700)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 0a67cf83ca8b7571ac8d08cce0a7937132e76050..07ba32d1ccadd9ffb0de246c52029fbd0fe46c7e 100644
(file)
--- 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))