Rewrite more functions using buffer display specifiers.
commit491c7bb3a592ab637bf794f18b6254b57e42619f
authorMartin Rudalics <rudalics@gmx.at>
Fri, 5 Nov 2010 10:41:43 +0000 (5 11:41 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 5 Nov 2010 10:41:43 +0000 (5 11:41 +0100)
tree4d5d8871bc3204162611146050b38dbf6cabdc58
parent820e18f38d9ff35a3ecff82d83fb15d13661cf2c
Rewrite more functions using buffer display specifiers.

* electric.el (Electric-pop-up-window): Use buffer display
specifiers.

* emacs-lisp/elint.el (elint-display-log): Use
display-buffer-other-window.

* vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): Use buffer
display specifiers.

* message.el (message-mail-other-window)
(message-news-other-window): Pass pop-to-buffer-other-window as
switch-function to message-pop-to-buffer.
(message-mail-other-frame, message-news-other-frame): Pass
pop-to-buffer-other-frame as switch-function to
message-pop-to-buffer.

* mh-comp.el (mh-send-other-window): Pass t as extra argument to
mh-send-sub.
(mh-send-sub): New optional argument OTHER-WINDOW. Pass extra
argument to mh-read-draft.
(mh-read-draft): New optional argument OTHER-WINDOW. Pass it in
suitable fashion to pop-to-buffer.
lisp/ChangeLog
lisp/electric.el
lisp/emacs-lisp/elint.el
lisp/gnus/ChangeLog
lisp/gnus/message.el
lisp/mh-e/ChangeLog
lisp/mh-e/mh-comp.el
lisp/vc/pcvs-util.el