comparison lisp/ChangeLog @ 29649:43b4ecc0b133

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