(rmail-start-mail): Set mail-dedicated-frame frame param.

This commit is contained in:
Richard M. Stallman 1996-01-25 20:28:07 +00:00
parent 54feedaa7b
commit 7ab4b7ad3d

View file

@ -2053,8 +2053,10 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given."
(if (and window-system rmail-mail-new-frame)
(prog1
(apply 'mail-other-frame args)
;; This is not a standard frame parameter;
;; nothing except sendmail.el looks at it.
(modify-frame-parameters (selected-frame)
'((dedicated . t))))
'((mail-dedicated-frame . t))))
(apply 'mail-other-window args)))
(defun rmail-mail ()