comparison lisp/ChangeLog @ 29647:7dd86f22995b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 14 Jun 2000 13:03:06 +0000
parents 09fc77c8f4c0
children 43b4ecc0b133
comparison
equal deleted inserted replaced
29646:e57c6c814e3f 29647:7dd86f22995b
1 2000-06-14 Kenichi Handa <handa@etl.go.jp> 1 2000-06-14 Kenichi Handa <handa@etl.go.jp>
2
3 * mail/sendmail.el (sendmail-send-it): Inherit
4 buffer-file-coding-system of the current buffer to the temporary
5 buffer that this funciton uses for work.
2 6
3 * tar-mode.el (tar-extract): For goto-char, use (point-min), not 7 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
4 0. Give correct argument to set-auto-coding-function. 8 0. Give correct argument to set-auto-coding-function.
5 (tar-expunge): For goto-char, use (point-min), not 0. 9 (tar-expunge): For goto-char, use (point-min), not 0.
6 (tar-clear-modification-flags): For goto-char, use (point-min), not 1. 10 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.