From aebb5470c6c2ea099918e5ed523b603769fcf288 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 23 Aug 1998 05:44:27 +0000 Subject: [PATCH] (gnus-agent-braid-nov): Use `nnheader-insert-file-contents'. --- lisp/gnus-agent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index ef8fce9..0c81559 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -811,7 +811,7 @@ the actual number of articles toggled is returned." (goto-char (point-min)) (set-buffer nntp-server-buffer) (erase-buffer) - (insert-file-contents file) + (nnheader-insert-file-contents file) (goto-char (point-max)) (if (or (= (point-min) (point-max)) (progn -- 1.7.10.4