aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2000-06-14 13:03:06 +0000
committerKenichi Handa2000-06-14 13:03:06 +0000
commit725a689752b5466d42bfc32272971f8a9c2b6ef9 (patch)
treee57e489327b7912e3998099b8fed3cf5e4973adf /lisp
parentcb33a0ce4c0fd33bdbcb37a32e11bb0d19513597 (diff)
downloademacs-725a689752b5466d42bfc32272971f8a9c2b6ef9.tar.gz
emacs-725a689752b5466d42bfc32272971f8a9c2b6ef9.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c47e79dd709..9e59850e870 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12000-06-14 Kenichi Handa <handa@etl.go.jp> 12000-06-14 Kenichi Handa <handa@etl.go.jp>
2 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.
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.