summaryrefslogtreecommitdiff
path: root/lisp/net/newst-treeview.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/newst-treeview.el')
-rw-r--r--lisp/net/newst-treeview.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/net/newst-treeview.el b/lisp/net/newst-treeview.el
index a30fe8ebb39..572387f60f2 100644
--- a/lisp/net/newst-treeview.el
+++ b/lisp/net/newst-treeview.el
@@ -7,7 +7,7 @@
;; URL: http://www.nongnu.org/newsticker
;; Created: 2007
;; Keywords: News, RSS, Atom
-;; Time-stamp: "8. Februar 2009, 19:24:05 (ulf)"
+;; Time-stamp: "16. Februar 2009, 21:25:09 (ulf)"
;; ======================================================================
@@ -1261,6 +1261,9 @@ Note: does not update the layout."
(concat newsticker-dir "/groups")))
(buf (and (file-exists-p filename)
(find-file-noselect filename))))
+ (if (and (file-exists-p newsticker-groups-filename)
+ (y-or-n-p (format "Delete old newsticker groups file? "))
+ (delete-file newsticker-groups-filename)))
(when buf
(set-buffer buf)
(goto-char (point-min))