]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mailer-swallows-blank-line): Verify sendmail.cf
authorRichard M. Stallman <rms@gnu.org>
Fri, 15 Jul 1994 04:31:14 +0000 (04:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 15 Jul 1994 04:31:14 +0000 (04:31 +0000)
exists before reading it.

lisp/mail/sendmail.el

index 58c5f298fa91b030fd25d92bab1a090261966d97..3244d1cd103ae90abafa4cadf469e9a8658c512f 100644 (file)
@@ -130,7 +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")
+          (file-readable-p "/etc/sendmail.cf")
           (let ((buffer (get-buffer-create " *temp*")))
             (unwind-protect
                 (save-excursion