diff options
| author | Glenn Morris | 2011-05-12 18:42:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-12 18:42:24 -0700 |
| commit | 8340026caeee82b1972f40e7a1bd0d83edbaecef (patch) | |
| tree | ba1df34eaeeab7f0d674d320a194d6720a682f5a /lisp/ChangeLog | |
| parent | a54640143dc093c1d3572f344b231da2d4508c8f (diff) | |
| download | emacs-8340026caeee82b1972f40e7a1bd0d83edbaecef.tar.gz emacs-8340026caeee82b1972f40e7a1bd0d83edbaecef.zip | |
sendmail.el trivia.
* lisp/mail/sendmail.el (sendmail-program): Try executable-find first.
(sendmail-send-it): sendmail-program cannot be unbound.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 004be53a3b2..ccfc6f6a405 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-05-13 Glenn Morris <rgm@gnu.org> | 1 | 2011-05-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (sendmail-program): Try executable-find first. | ||
| 4 | (sendmail-send-it): sendmail-program cannot be unbound. | ||
| 5 | |||
| 3 | * calendar/appt.el (appt-make-list): Simplify. | 6 | * calendar/appt.el (appt-make-list): Simplify. |
| 4 | (appt-time-msg-list): Doc fix. | 7 | (appt-time-msg-list): Doc fix. |
| 5 | (appt-check): Change mode-line message at the time of the appointment. | 8 | (appt-check): Change mode-line message at the time of the appointment. |