]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-set-buffer-as-visiting-file): Use
authorKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 05:08:32 +0000 (05:08 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 6 May 2003 05:08:32 +0000 (05:08 +0000)
after-insert-file-set-coding, not
after-insert-file-set-buffer-file-coding-system.

lisp/arc-mode.el

index 2c2569bb970bdde79f8ac4b207f384857b9ba808..5b6e14d58db275f56436bbea1159d6d09a6820fa 100644 (file)
@@ -894,8 +894,7 @@ using `make-temp-file', and the generated name is returned."
        (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."