diff options
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc.el | 2 |
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. |