From f8b765a7ec74c49f68f8bd8af462305225757681 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 15 Mar 1998 01:21:51 +0000 Subject: [PATCH] (nnkiboze-retrieve-headers): Use `nnheader-insert-file-contents'. --- lisp/nnkiboze.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnkiboze.el b/lisp/nnkiboze.el index 54c3ee0..e517e70 100644 --- a/lisp/nnkiboze.el +++ b/lisp/nnkiboze.el @@ -230,7 +230,7 @@ Finds out what articles are to be part of the nnkiboze groups." (load newsrc-file)) (nnheader-temp-write nov-file (when (file-exists-p nov-file) - (insert-file-contents nov-file)) + (nnheader-insert-file-contents nov-file)) (setq nov-buffer (current-buffer)) ;; Go through the active hashtb and add new all groups that match the ;; kiboze regexp. -- 1.7.10.4