Fix display-buffer related bugs reported by Thierry Volpiatto.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 23 Jun 2011 08:58:45 +0000 (10:58 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 23 Jun 2011 08:58:45 +0000 (10:58 +0200)
commit02cfc6d6fc15fc078581df8c9819769519715022
tree0c380cec32dd8f722e3b681cfc7e67eb540e4782
parent6dd7e40073d6f18bcb287b59256607caea17404a
Fix display-buffer related bugs reported by Thierry Volpiatto.

* window.el (get-lru-window, get-mru-window)
(get-largest-window): Never return a minibuffer window.
(display-buffer-pop-up-window): Fix a bug that could lead to
reusing the minibuffer window.
(display-buffer): Pass original specifier argument to
display-buffer-function instead of the normalized one.
Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
lisp/ChangeLog
lisp/mail/rmail.el
lisp/window.el