; Pacify warnings in last newsticker change.
This commit is contained in:
parent
b1011e9e95
commit
358c6c9b95
1 changed files with 2 additions and 3 deletions
|
@ -39,10 +39,10 @@
|
|||
(require 'iso8601)
|
||||
|
||||
;; Silence warnings
|
||||
(defvar newsticker-groups)
|
||||
(defvar w3-mode-map)
|
||||
(defvar w3m-minor-mode-map)
|
||||
|
||||
|
||||
(defvar newsticker--retrieval-timer-list nil
|
||||
"List of timers for news retrieval.
|
||||
This is an alist, each element consisting of (feed-name . timer).")
|
||||
|
@ -2236,7 +2236,6 @@ If AGE is nil, the total number of items is returned."
|
|||
(defun newsticker-opml-export ()
|
||||
"OPML subscription export.
|
||||
Export subscriptions to a buffer in OPML Format."
|
||||
;; FIXME: use newsticker-groups
|
||||
(interactive)
|
||||
(with-current-buffer (get-buffer-create "*OPML Export*")
|
||||
(erase-buffer)
|
||||
|
@ -2311,7 +2310,7 @@ Export subscriptions to a buffer in OPML Format."
|
|||
|
||||
(defun newsticker-opml-import (filename)
|
||||
"Import OPML data from FILENAME.
|
||||
Feeds are added to 'newsticker-url-list and 'newsticker-groups
|
||||
Feeds are added to `newsticker-url-list' and `newsticker-groups'
|
||||
preserving the outline structure."
|
||||
(interactive "fOPML file: ")
|
||||
(set-buffer (find-file-noselect filename))
|
||||
|
|
Loading…
Add table
Reference in a new issue