# HG changeset patch # User Richard M. Stallman # Date 769668824 0 # Node ID 22f0d77ec290f892be8039ffc9d43b9946c78495 # Parent 2db2ad2025c417e57d99aea0693f37b9f32b2036 (mail-mailer-swallows-blank-line): Don't die if /etc/sendmail.cf does not exist. diff -r 2db2ad2025c4 -r 22f0d77ec290 lisp/mail/sendmail.el --- 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