diff lisp/net/newst-backend.el @ 100492:afc7ba4fff7a

newsticker: fixed problem with missing group definition
author Ulf Jasper <ulf.jasper@web.de>
date Thu, 18 Dec 2008 10:54:21 +0000
parents 7161bac8c5a8
children 97556cd6bbe3
line wrap: on
line diff
--- a/lisp/net/newst-backend.el	Thu Dec 18 10:39:11 2008 +0000
+++ b/lisp/net/newst-backend.el	Thu Dec 18 10:54:21 2008 +0000
@@ -7,7 +7,7 @@
 ;; Filename:    newst-backend.el
 ;; URL:         http://www.nongnu.org/newsticker
 ;; Keywords:    News, RSS, Atom
-;; Time-stamp:  "24. November 2008, 19:39:24 (ulf)"
+;; Time-stamp:  "28. November 2008, 19:55:34 (ulf)"
 
 ;; ======================================================================
 
@@ -423,11 +423,12 @@
   "Name of the newsticker cache file."
   :type 'string
   :group 'newsticker-miscellaneous)
+(make-obsolete 'newsticker-cache-filename 'newsticker-dir)
 
 (defcustom newsticker-dir
-  "~/.newsticker"
-  "Name of the directory where newsticker saves cached data."
-  :type 'string
+  (locate-user-emacs-file "newsticker/" ".newsticker/")
+  "Directory where newsticker saves data."
+  :type 'directory
   :group 'newsticker-miscellaneous)
 
 ;; debugging