diff options
| author | Eli Zaretskii | 2007-05-23 17:32:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-05-23 17:32:46 +0000 |
| commit | db2ccbc2a82836fdeefef3d29c1d613c79b7d476 (patch) | |
| tree | 06668b96d7768b84111ddb4f0fe12c07a61bb474 /lisp/ChangeLog | |
| parent | 3c71f17a1cc49223da45c66bf6be81416f11c04c (diff) | |
| download | emacs-db2ccbc2a82836fdeefef3d29c1d613c79b7d476.tar.gz emacs-db2ccbc2a82836fdeefef3d29c1d613c79b7d476.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88ccc684542..b1763abd2ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-05-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-file-name-handler): New function. | ||
| 4 | (tar-extract): Bind file-name-handler-alist to it to force | ||
| 5 | find-buffer-file-type-coding-system behave as if the file being | ||
| 6 | extracted existed. Use last-coding-system-used to force | ||
| 7 | buffer-file-coding-system to what decode-coding-region actually | ||
| 8 | used to decode the file. | ||
| 9 | |||
| 1 | 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) | 10 | 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) |
| 2 | 11 | ||
| 3 | * progmodes/compile.el (compilation-handle-exit): | 12 | * progmodes/compile.el (compilation-handle-exit): |