1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(mail-mailer-swallows-blank-line): Verify sendmail.cf

exists before reading it.
This commit is contained in:
Richard M. Stallman 1994-07-15 04:31:14 +00:00
parent cd754bf547
commit 47c5e807f2

View 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