1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p

This commit is contained in:
Nelson Ferreira 2012-06-18 23:12:10 +00:00 committed by Katsumi Yamaoka
parent defd4196e7
commit 4e2cc2f31f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
* gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
* nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'

View File

@ -273,7 +273,9 @@ See the Gnus manual for an explanation of the syntax used.")
(cond
((eq buf (window-buffer (selected-window)))
(set-buffer buf))
((eq t (window-dedicated-p))
((eq t (window-dedicated-p
;; XEmacs version of `window-dedicated-p' requires it.
(selected-window)))
;; If the window is hard-dedicated, we have a problem because
;; we just can't do what we're asked. But signaling an error,
;; like `switch-to-buffer' would do, is not an option because