From 04583a87d22179d1b40e282ebd195fa52d611f75 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 10 Dec 1998 22:28:23 +0000 Subject: [PATCH] * (nnheader-find-file-noselect): Call `find-file-noselect-as-specified-coding-system' directly. --- lisp/nnheader.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index 764c48f..e0b68e9 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -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." -- 1.7.10.4