diff lisp/gnus/nnkiboze.el @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 0293115a14e9
children 4103f0995bd7
line wrap: on
line diff
--- a/lisp/gnus/nnkiboze.el	Mon Aug 13 08:49:21 2007 +0200
+++ b/lisp/gnus/nnkiboze.el	Mon Aug 13 08:49:43 2007 +0200
@@ -223,7 +223,8 @@
     (when (file-exists-p newsrc-file)
       (load newsrc-file))
     (nnheader-temp-write nov-file
-      (insert-file-contents nov-file)
+      (when (file-exists-p nov-file)
+	(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.