summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-23 04:53:44 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-23 04:53:44 +0000
commite6a4af1dafc946a90d0d70b6f2b8c8ef1ec77fab (patch)
treec916de661d6429d58a4018b9d0338502bef46304 /lisp
parentc15d229a41e00427831dfebb9128d10ae6e65535 (diff)
downloademacs-e6a4af1dafc946a90d0d70b6f2b8c8ef1ec77fab.tar.gz
(mail-mailer-swallows-blank-line): Don't die
if /etc/sendmail.cf does not exist.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/sendmail.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 16d05bef4cb..422a42d2bf8 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -130,6 +130,7 @@ so you can edit or delete these lines.")
;; 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