* mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
commit93d4ce1e19dd390cbf6b8e0e49e0f7eface5f279
authorBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:40:16 +0000 (11 21:40 -0700)
committerBill Wohler <wohler@newt.com>
Tue, 12 Jul 2011 04:40:16 +0000 (11 21:40 -0700)
tree7fb2bfea35d8c3746b0788599bb08f22c4b301d4
parent644509873286e39a24207d47fea38bd11d1d6386
* mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
function to call switch-to-buffer on systems that lack
pop-to-buffer-same-window.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Call mh-pop-to-buffer-same-window instead of
switch-to-buffer. The previous change which used pop-to-buffer
produced the wrong behavior.
lisp/mh-e/ChangeLog
lisp/mh-e/mh-compat.el
lisp/mh-e/mh-folder.el