Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/paths.el

    r4037 r4161  
    160160Its name should end with a slash.") 
    161161 
    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  
    172162(defcustom remote-shell-program 
    173163  (cond