* (nnheader-find-file-noselect): Call
authoryamaoka <yamaoka>
Thu, 10 Dec 1998 22:28:23 +0000 (22:28 +0000)
committeryamaoka <yamaoka>
Thu, 10 Dec 1998 22:28:23 +0000 (22:28 +0000)
`find-file-noselect-as-specified-coding-system' directly.

lisp/nnheader.el

index 764c48f..e0b68e9 100644 (file)
@@ -780,8 +780,8 @@ find-file-hooks, etc.
        (enable-local-variables nil)
         (after-insert-file-functions nil)
        (find-file-hooks nil))
-    (apply 'find-file-noselect-as-specified-coding-system
-          (append args (list nnheader-file-coding-system)))))
+    (find-file-noselect-as-specified-coding-system
+     (car args) (append (cdr args) (list nnheader-file-coding-system)))))
 
 (defun nnheader-auto-mode-alist ()
   "Return an `auto-mode-alist' with only the .gz (etc) thingies."