(mail-mailer-swallows-blank-line): Verify sendmail.cf
exists before reading it.
This commit is contained in:
parent
cd754bf547
commit
47c5e807f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue