Changeset 4161 for trunk/lisp/paths.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/paths.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/paths.el
r4037 r4161 160 160 Its name should end with a slash.") 161 161 162 (defcustom sendmail-program163 (cond164 ((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 'mail170 :type 'file)171 172 162 (defcustom remote-shell-program 173 163 (cond
