* window.el (quit-window): Undedicate window when switching to
previous buffer. Reported by Thierry Volpiatto
<thierry.volpiatto@gmail.com>.
+2011-09-22 Martin Rudalics <rudalics@gmx.at>
+
+ * window.el (quit-window): Undedicate window when switching to
+ previous buffer. Reported by Thierry Volpiatto
+ <thierry.volpiatto@gmail.com>.
+
2011-09-21 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-shell-command): Set process sentinel
;; Show some other buffer in WINDOW and reset the quit-restore
;; parameter.
(set-window-parameter window 'quit-restore nil)
+ ;; Make sure that WINDOW is no more dedicated.
+ (set-window-dedicated-p window nil)
(switch-to-prev-buffer window 'bury-or-kill)))
;; Kill WINDOW's old-buffer if requested