Mercurial > emacs
diff lisp/arc-mode.el @ 50835:b7770bea6205
(archive-set-buffer-as-visiting-file): Use
after-insert-file-set-coding, not
after-insert-file-set-buffer-file-coding-system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 May 2003 05:08:32 +0000 |
parents | ad28e7a35442 |
children | 00d0f607793b |
line wrap: on
line diff
--- a/lisp/arc-mode.el Tue May 06 04:37:49 2003 +0000 +++ b/lisp/arc-mode.el Tue May 06 05:08:32 2003 +0000 @@ -894,8 +894,7 @@ (setq last-coding-system-used coding)) (set-buffer-modified-p nil) (kill-local-variable 'buffer-file-coding-system) - (after-insert-file-set-buffer-file-coding-system (- (point-max) - (point-min)))))) + (after-insert-file-set-coding (- (point-max) (point-min)))))) (defun archive-mouse-extract (event) "Extract a file whose name you click on."