aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc.el
diff options
context:
space:
mode:
authorStefan Monnier2026-03-09 10:34:05 -0400
committerStefan Monnier2026-03-09 10:34:05 -0400
commit0487d68ab9992be4fa70cfd908909001f71e66af (patch)
tree8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/erc/erc.el
parent798dceb467d4ead092979822f24090c8378f8320 (diff)
downloademacs-scratch/error-API.tar.gz
emacs-scratch/error-API.zip
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 572b73188e3..6464e3bf0b1 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -4788,7 +4788,7 @@ and ask whether to continue connecting anyway."
4788 '(info "(erc) auth-source Troubleshooting")) 4788 '(info "(erc) auth-source Troubleshooting"))
4789 (when (or noninteractive 4789 (when (or noninteractive
4790 (not (y-or-n-p "Ignore auth-source error and continue? "))) 4790 (not (y-or-n-p "Ignore auth-source error and continue? ")))
4791 (signal (car err) (cdr err)))))) 4791 (signal err)))))
4792 4792
4793(defun erc-server-join-channel (server channel &optional secret) 4793(defun erc-server-join-channel (server channel &optional secret)
4794 "Join CHANNEL, optionally with SECRET. 4794 "Join CHANNEL, optionally with SECRET.