Fix a part of last change.
authortsuchiya <tsuchiya>
Sun, 9 Dec 2001 08:16:57 +0000 (08:16 +0000)
committertsuchiya <tsuchiya>
Sun, 9 Dec 2001 08:16:57 +0000 (08:16 +0000)
lisp/gnus-namazu.el

index 55317ea..9e21840 100644 (file)
@@ -438,6 +438,7 @@ options make any sense in this context."
                  nil))))
     articles))
 
+;;;###autoload
 (defun gnus-namazu-search (groups query)
   "Search QUERY through GROUPS with Namazu,
 and make a virtual group contains its results."
@@ -454,8 +455,7 @@ and make a virtual group contains its results."
                      "nnvirtual:namazu-search?query=%s&groups=%s&id=%d%d%d"
                      query
                      (if groups (mapconcat 'identity groups ",") "ALL")
-                     (current-time))
-              gnus-namazu-coding-system))
+                     (current-time))))
          (gnus-namazu/truncate-article-list articles)
          (unless real-groups
            (dolist (a articles)