Indent.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 27 Apr 2003 03:50:16 +0000 (03:50 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 27 Apr 2003 03:50:16 +0000 (03:50 +0000)
lisp/nnrss.el

index 9f2fd1b..f5afede 100644 (file)
@@ -401,7 +401,8 @@ ARTICLE is the article number of the current headline.")
 ;;; Snarf functions
 
 (defun nnrss-check-group (group server)
-  (let (file xml subject url extra changed author date rss-ns rdf-ns content-ns dc-ns)
+  (let (file xml subject url extra changed author
+            date rss-ns rdf-ns content-ns dc-ns)
     (if (and nnrss-use-local
             (file-exists-p (setq file (expand-file-name
                                        (nnrss-translate-file-chars
@@ -412,7 +413,9 @@ ARTICLE is the article number of the current headline.")
                    (second (assoc group nnrss-group-alist))))
       (unless url
        (setq url
-             (nnrss-discover-feed (read-string (format "URL to search for %s: " group) "http://")))
+             (nnrss-discover-feed
+              (read-string
+               (format "URL to search for %s: " group) "http://")))
        (let ((pair (assoc group nnrss-server-data)))
          (if pair
              (setcdr (cdr pair) (list url))