diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-erc.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/acdw-erc.el b/lisp/acdw-erc.el index 8cf9734..f62e731 100644 --- a/lisp/acdw-erc.el +++ b/lisp/acdw-erc.el | |||
@@ -101,5 +101,14 @@ If USE-TLS is non-nil, use TLS." | |||
101 | (apply #'concat ss)) | 101 | (apply #'concat ss)) |
102 | name)))) | 102 | name)))) |
103 | 103 | ||
104 | |||
105 | ;;; Uh | ||
106 | |||
107 | (defun acdw-erc/erc-switch-to-buffer (&optional arg) | ||
108 | "Prompt for ERC buffer to switch to. | ||
109 | Reverse prefix argument from `erc-switch-to-buffer'." | ||
110 | (interactive "P") | ||
111 | (erc-switch-to-buffer (not arg))) | ||
112 | |||
104 | (provide 'acdw-erc) | 113 | (provide 'acdw-erc) |
105 | ;;; acdw-erc.el ends here | 114 | ;;; acdw-erc.el ends here |