From: Basil L. Contovounesios Date: Thu, 4 Mar 2021 15:34:19 +0000 (+0000) Subject: ; Pacify warnings in last newsticker change. X-Git-Tag: emacs-28.0.90~3446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=358c6c9b95a5fd77edb1538f5fec5021a03de94a;p=emacs.git ; Pacify warnings in last newsticker change. --- diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 9096d681a82..418c1e2e966 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -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))