From: Richard M. Stallman Date: Wed, 10 Nov 1993 20:51:02 +0000 (+0000) Subject: (rmail-start-mail): Don't do other frame unless we have X-Git-Tag: emacs-19.34~10882 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c33e95d805b45a6bdbf2836d532126b2563cb291;p=emacs.git (rmail-start-mail): Don't do other frame unless we have a window system, irregardless of the state of rmail-mail-new-frame. --- 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)