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:
parent
cd754bf547
commit
47c5e807f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user