From: yamaoka Date: Thu, 10 Dec 1998 22:27:18 +0000 (+0000) Subject: * (nnheader-find-file-noselect): Call X-Git-Tag: gnus-6_9-199812111900~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5121b51a9134ae70858ed2a4a13fde820f15dc64;p=elisp%2Fgnus.git- * (nnheader-find-file-noselect): Call `find-file-noselect-as-specified-coding-system' directly. --- diff --git a/lisp/nnheader.el b/lisp/nnheader.el index 19e3f6f..b0b6f70 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -783,10 +783,10 @@ find-file-hooks, etc. (auto-mode-alist (nnheader-auto-mode-alist)) (default-major-mode 'fundamental-mode) (enable-local-variables nil) - (after-insert-file-functions 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."