aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-27 10:27:30 +0000
committerEli Zaretskii2001-12-27 10:27:30 +0000
commit0a457ceeff8b16b7ea8a3ef4f18f16a11116f10a (patch)
tree0ffc54a6b8783a33d16c839735afdc30552243fb
parent1ab964d755c710532512201ccfe67636c5fd527f (diff)
downloademacs-0a457ceeff8b16b7ea8a3ef4f18f16a11116f10a.tar.gz
emacs-0a457ceeff8b16b7ea8a3ef4f18f16a11116f10a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 895a4083bd5..cbe1c15d1fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -269,7 +269,7 @@
269 * mail/smtpmail.el (smtpmail-send-queued-mail): Use 269 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
270 with-temp-buffer instead of find-file-noselect, and bind 270 with-temp-buffer instead of find-file-noselect, and bind
271 coding-system-for-read to no-conversion when reading the queued 271 coding-system-for-read to no-conversion when reading the queued
272 messages. 272 messages. (Simon's code modified slightly by Eli Zaretskii.)
273 273
2742001-12-20 Werner Lemberg <wl@gnu.org> 2742001-12-20 Werner Lemberg <wl@gnu.org>
275 275