Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 63348a2affdf0b28ae7aadb8a84946cb > files > 5

emacs-23.2-3.1.mga1.src.rpm

--- emacs-22.0.90/lisp/mail/sendmail.el.pix	2006-09-04 19:54:49.000000000 +0200
+++ emacs-22.0.90/lisp/mail/sendmail.el	2006-11-17 08:44:13.000000000 +0100
@@ -49,11 +49,7 @@
   :version "22.1")
 
 (defcustom 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.
+  "/usr/sbin/sendmail"
   "Program used to send messages."
   :group 'mail
   :type 'file)