*** empty log message ***
[gnus] / lisp / nnweb.el
index 2a2173d..a2443af 100644 (file)
   "Read the overview of GROUP and build the map."
   (when (file-exists-p (nnweb-overview-file group))
     (nnheader-temp-write nil
-      (insert-file-contents (nnweb-overview-file group))
+      (nnheader-insert-file-contents (nnweb-overview-file group))
       (goto-char (point-min))
       (setq nnweb-hashtb (gnus-make-hashtable
                          (count-lines (point-min) (point-max))))