From c33e95d805b45a6bdbf2836d532126b2563cb291 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 10 Nov 1993 20:51:02 +0000 Subject: [PATCH] (rmail-start-mail): Don't do other frame unless we have a window system, irregardless of the state of rmail-mail-new-frame. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e73a6855b3e..69e4b39e45d 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1676,7 +1676,7 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given." ;;;; *** 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) -- 2.39.5