changeset 14370:54024c0084b8

(rmail-start-mail): Set mail-dedicated-frame frame param.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Jan 1996 20:28:07 +0000
parents 8d779463ec36
children dfeae392adcd
files lisp/mail/rmail.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Thu Jan 25 20:27:45 1996 +0000
+++ b/lisp/mail/rmail.el	Thu Jan 25 20:28:07 1996 +0000
@@ -2053,8 +2053,10 @@
   (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 ()