1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2000-06-14 13:12:14 +00:00
parent 2b7573b15d
commit bbf1e8a5d8

View file

@ -1,8 +1,7 @@
2000-06-14 Kenichi Handa <handa@etl.go.jp>
* mail/sendmail.el (sendmail-send-it): Inherit
buffer-file-coding-system of the current buffer to the temporary
buffer that this funciton uses for work.
* mail/sendmail.el (sendmail-send-it): The temporary buffer
inherits buffer-file-coding-system of the current buffer.
* tar-mode.el (tar-extract): For goto-char, use (point-min), not
0. Give correct argument to set-auto-coding-function.