Mercurial > emacs
changeset 7642:22f0d77ec290
(mail-mailer-swallows-blank-line): Don't die
if /etc/sendmail.cf does not exist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 May 1994 04:53:44 +0000 |
parents | 2db2ad2025c4 |
children | 86001e904ef3 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Mon May 23 04:50:18 1994 +0000 +++ b/lisp/mail/sendmail.el Mon May 23 04:53:44 1994 +0000 @@ -130,6 +130,7 @@ ;; options -t, and -v if not interactive. (defvar mail-mailer-swallows-blank-line (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration) + (file-exists-p "/etc/sendmail.cf") (let ((buffer (get-buffer-create " *temp*"))) (unwind-protect (save-excursion