]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 6 Dec 1999 04:53:51 +0000 (04:53 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 6 Dec 1999 04:53:51 +0000 (04:53 +0000)
lisp/ChangeLog
src/ChangeLog

index 6af6a1640b65b5f6d0284efd025768e7b28d2c94..bab5d85407ea5a93144d9e75599ddbf7850f9d2c 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-06  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (set-buffer-file-coding-system): Docstring
+       modified.
+
 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
index f350ca6312f13e0480fe8be0b68175b1822028c2..9d8bfaf50fc6f64b3dd6397baab022fe9cdfc737 100644 (file)
@@ -1,3 +1,12 @@
+1999-12-06  Kenichi Handa  <handa@etl.go.jp>
+
+       * fileio.c (decide_coding_unwind): Renamed from
+       set_auto_coding_unwind.
+       (Finsert_file_contents): Make single unwind protect to call both
+       Vset_auto_coding_function and Ffind_operation_coding_system.
+
+       * insdel.c (adjust_markers_for_delete): Make it non-static.
+
 1999-12-04  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy