Mercurial > emacs
changeset 77789:0499176f26d1
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 23 May 2007 17:32:46 +0000 |
parents | b5a6f9693d00 |
children | 6d862aff7593 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed May 23 17:31:39 2007 +0000 +++ b/lisp/ChangeLog Wed May 23 17:32:46 2007 +0000 @@ -1,3 +1,12 @@ +2007-05-23 Eli Zaretskii <eliz@gnu.org> + + * tar-mode.el (tar-file-name-handler): New function. + (tar-extract): Bind file-name-handler-alist to it to force + find-buffer-file-type-coding-system behave as if the file being + extracted existed. Use last-coding-system-used to force + buffer-file-coding-system to what decode-coding-region actually + used to decode the file. + 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) * progmodes/compile.el (compilation-handle-exit):