aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-11-21 22:18:23 +0000
committerStefan Monnier <[email protected]>2000-11-21 22:18:23 +0000
commit38ee4fb4bfd967f94942bbdb729d938a4a1b188a (patch)
tree919ccc1d0830eb251faa77de6f472866c2b1a0f4 /lisp
parent43adc2135610742bd9d2888dd25f0a290289183b (diff)
(gnus-configure-windows): switch-to-buffer -> set-buffer.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-win.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 7db0784c12..69b561c13a 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-21 Stefan Monnier <[email protected]>
+
+ * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
+
2000-11-21 Dave Love <[email protected]>
* gnus-art.el (gnus-mime-button-map): Don't inherit from
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el
index 6a9ce292c1..512cdd4c19 100644
--- a/lisp/gnus/gnus-win.el
+++ b/lisp/gnus/gnus-win.el
@@ -447,11 +447,11 @@ See the Gnus manual for an explanation of the syntax used.")
(gnus-delete-windows-in-gnusey-frames))
;; Just remove some windows.
(gnus-remove-some-windows)
- (switch-to-buffer nntp-server-buffer))
+ (set-buffer nntp-server-buffer))
(select-frame frame)))
(let (gnus-window-frame-focus)
- (switch-to-buffer nntp-server-buffer)
+ (set-buffer nntp-server-buffer)
(gnus-configure-frame split)
(when gnus-window-frame-focus
(select-frame (window-frame gnus-window-frame-focus))))))))