aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/paths.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 846f91793d1..022f12dd1fc 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -159,16 +159,6 @@ The `ORGANIZATION' environment variable is used instead if defined.")
159 "Name of directory used by system mailer for delivering new mail. 159 "Name of directory used by system mailer for delivering new mail.
160Its name should end with a slash.") 160Its name should end with a slash.")
161 161
162(defcustom sendmail-program
163 (cond
164 ((file-exists-p "/usr/sbin/sendmail") "/usr/sbin/sendmail")
165 ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail")
166 ((file-exists-p "/usr/ucblib/sendmail") "/usr/ucblib/sendmail")
167 (t "fakemail")) ;In ../etc, to interface to /bin/mail.
168 "Program used to send messages."
169 :group 'mail
170 :type 'file)
171
172(defcustom remote-shell-program 162(defcustom remote-shell-program
173 (cond 163 (cond
174 ;; Some systems use rsh for the remote shell; others use that name for the 164 ;; Some systems use rsh for the remote shell; others use that name for the