Mercurial > emacs
changeset 8253:e390776e5846
(mail-mailer-swallows-blank-line): Verify sendmail.cf
exists before reading it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Jul 1994 04:31:14 +0000 |
parents | 7d4674a34de3 |
children | 694c4686b446 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Thu Jul 14 22:49:21 1994 +0000 +++ b/lisp/mail/sendmail.el Fri Jul 15 04:31:14 1994 +0000 @@ -130,7 +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") + (file-readable-p "/etc/sendmail.cf") (let ((buffer (get-buffer-create " *temp*"))) (unwind-protect (save-excursion