# HG changeset patch # User Kenichi Handa # Date 1043204096 0 # Node ID 2f9fdf27ed0449b0bcc1c005b47f7b34b236acff # Parent f2d0a984961b24be5193a784ec0959a54bafe828 *** empty log message *** diff -r f2d0a984961b -r 2f9fdf27ed04 etc/NEWS --- a/etc/NEWS Wed Jan 22 02:54:25 2003 +0000 +++ b/etc/NEWS Wed Jan 22 02:54:56 2003 +0000 @@ -1130,9 +1130,8 @@ * Lisp Changes in Emacs 21.4 -** New function `decode-coding-region-as-inserted-from-file' can be -called to decode a region as if it is read from a file without -decoding. +** New function `decode-coding-region-as-inserted-from-file' decodes a +region as if it is read from a file without decoding. ** New function `optimize-char-coding-system-table' can be called after making changes to `char-coding-system-table'. diff -r f2d0a984961b -r 2f9fdf27ed04 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 22 02:54:25 2003 +0000 +++ b/lisp/ChangeLog Wed Jan 22 02:54:56 2003 +0000 @@ -1,3 +1,12 @@ +2003-01-22 Kenichi Handa + + * international/mule.el + (decode-coding-region-as-inserted-from-file): New function. + + * jka-compr.el (jka-compr-insert-file-contents): Read a process + output without decoding. Decode the result by + decode-coding-region-as-inserted-from-file. + 2003-01-22 Kim F. Storm * ido.el (ido-make-file-list, ido-make-dir-list): Don't move