# HG changeset patch # User Richard M. Stallman # Date 752964662 0 # Node ID af6f961194cee5a009ee49fdaad68b0d00f56116 # Parent 1607732e77120d65f47066ecee6000ad5259e623 (rmail-start-mail): Don't do other frame unless we have a window system, irregardless of the state of rmail-mail-new-frame. diff -r 1607732e7712 -r af6f961194ce lisp/mail/rmail.el --- a/lisp/mail/rmail.el Wed Nov 10 20:48:04 1993 +0000 +++ b/lisp/mail/rmail.el Wed Nov 10 20:51:02 1993 +0000 @@ -1676,7 +1676,7 @@ ;;;; *** Rmail Mailing Commands *** (defun rmail-start-mail (&rest args) - (if rmail-mail-new-frame + (if (and window-system rmail-mail-new-frame) (prog1 (apply 'mail-other-frame args) (modify-frame-parameters (selected-frame)