Variable: newsticker-cache-filename
newsticker-cache-filename is a customizable variable defined in
newst-backend.el.gz.
This variable is obsolete since 23.1; use newsticker-dir instead.
Value
"~/.newsticker-cache"
Documentation
Name of the newsticker cache file.
Source Code
;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
(defcustom newsticker-cache-filename
"~/.newsticker-cache"
"Name of the newsticker cache file."
:type 'string
:group 'newsticker-miscellaneous)