diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+circe.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/+circe.el b/lisp/+circe.el index 1403af8..fc8d0be 100644 --- a/lisp/+circe.el +++ b/lisp/+circe.el | |||
@@ -91,7 +91,7 @@ message the current topic.") | |||
91 | (require 'el-patch) | 91 | (require 'el-patch) |
92 | 92 | ||
93 | (el-patch-feature circe) | 93 | (el-patch-feature circe) |
94 | (defvar circe-server-buffer-action 'pop-to-buffer-same-window | 94 | (defvar +circe-server-buffer-action 'pop-to-buffer-same-window |
95 | "What to do with `circe-server' buffers when created.") | 95 | "What to do with `circe-server' buffers when created.") |
96 | 96 | ||
97 | (el-patch-defun circe (network-or-server &rest server-options) | 97 | (el-patch-defun circe (network-or-server &rest server-options) |
@@ -122,7 +122,7 @@ See `circe-network-options' for a list of common options." | |||
122 | (circe--server-set-variables options) | 122 | (circe--server-set-variables options) |
123 | (circe-reconnect)) | 123 | (circe-reconnect)) |
124 | (el-patch-swap (pop-to-buffer-same-window buffer) | 124 | (el-patch-swap (pop-to-buffer-same-window buffer) |
125 | (funcall circe-server-buffer-action buffer)))) | 125 | (funcall +circe-server-buffer-action buffer)))) |
126 | 126 | ||
127 | ;;; Chat commands | 127 | ;;; Chat commands |
128 | 128 | ||