branch: elpa/radio
commit ffcd747feb199fe109278e970c2bd12b557904e6
Author: Roi Martin <[email protected]>
Commit: Roi Martin <[email protected]>
radio.el: use `switch-to-buffer'
---
radio.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/radio.el b/radio.el
index a31fe38b1c..004672cb1f 100644
--- a/radio.el
+++ b/radio.el
@@ -161,7 +161,7 @@ effect."
(with-current-buffer (get-buffer-create radio-mode--buffer-name)
(radio-mode)
(tabulated-list-print)
- (pop-to-buffer-same-window (current-buffer))))
+ (switch-to-buffer (current-buffer))))
(defvar radio-line-mode--string nil
"The string (optionally) displayed in the mode line.")