comparison lisp/ChangeLog @ 85316:a1fff6d65046

(sendmail-error-reporting-interactive) (sendmail-error-reporting-non-interactive): New variables for sendmail error reporting options to simplify support for imperfect sendmail emulators. (sendmail-send-it): Use them instead of list literals.
author Sam Steingold <sds@gnu.org>
date Mon, 15 Oct 2007 14:38:42 +0000
parents 3e6a7464c2b1
children 9d7381bfe93b
comparison
equal deleted inserted replaced
85315:3e6a7464c2b1 85316:a1fff6d65046
1 2007-10-15 Sam Steingold <sds@gnu.org>
2
3 * mail/sendmail.el (sendmail-error-reporting-interactive)
4 (sendmail-error-reporting-non-interactive): New variables for
5 sendmail error reporting options to simplify support for imperfect
6 sendmail emulators.
7 (sendmail-send-it): Use them instead of list literals.
8
1 2007-10-15 Juanma Barranquero <lekktu@gmail.com> 9 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * help-fns.el: Revert previous change; it creates a 11 * help-fns.el: Revert previous change; it creates a
4 dependency loop between advice.el and help-fns.el. 12 dependency loop between advice.el and help-fns.el.
5 13