]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 1 Jun 2003 23:38:55 +0000 (23:38 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 1 Jun 2003 23:38:55 +0000 (23:38 +0000)
src/ChangeLog

index 698d7e2bc48f31733b6fe5ecd01e27a5af505a81..d5e25485e33fac68eb007fda94db131a83ce4416 100644 (file)
@@ -1,9 +1,14 @@
+2003-05-31  Kenichi Handa  <handa@m17n.org>
+
+       * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
+       region when a buffer is changed to unibyte.
+
 2003-05-30  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
        properly before calling ccl_driver.
 
-       * ccl.h (struct ccl_program) <eight_bit_control: Comment fixed.
+       * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
 
        * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
        nonzero.