emacs/emacs-21.3-sendmail-path.patch

17 lines
658 B
Diff

--- lisp/paths.el.orig 2004-08-12 12:33:54.446194169 +0000
+++ lisp/paths.el 2004-08-12 12:34:55.480473601 +0000
@@ -161,12 +161,7 @@
"Name of directory used by system mailer for delivering new mail.
Its name should end with a slash.")
-(defconst sendmail-program
- (cond
- ((file-exists-p "/usr/sbin/sendmail") "/usr/sbin/sendmail")
- ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail")
- ((file-exists-p "/usr/ucblib/sendmail") "/usr/ucblib/sendmail")
- (t "fakemail")) ;In ../etc, to interface to /bin/mail.
+(defconst sendmail-program "/usr/sbin/sendmail"
"Program used to send messages.")
(defconst remote-shell-program