emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo?: (gnus-topic-find-topology topic nil nil gnus-topic-topology)


From: Leo
Subject: Typo?: (gnus-topic-find-topology topic nil nil gnus-topic-topology)
Date: Fri, 30 Dec 2011 17:33:57 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.8)

This line in gnus-topic-kill-group (gnus-topic.el) seems problematic. Is
it a typo?

   (gnus-topic-find-topology topic nil nil gnus-topic-topology)

where the signature of gnus-topic-find-topology is:

   (gnus-topic-find-topology TOPIC &optional TOPOLOGY LEVEL REMOVE)

Leo

================ PATCH ================

--- a/gnus/gnus-topic.el
+++ b/gnus/gnus-topic.el
@@ -1368,7 +1368,7 @@
               (assoc topic gnus-topic-alist))
              gnus-topic-killed-topics)
        (gnus-topic-remove-topic nil t)
-       (gnus-topic-find-topology topic nil nil gnus-topic-topology)
+       (gnus-topic-find-topology topic)
        (gnus-topic-enter-dribble))
     (gnus-group-kill-group n discard)
     (if (not (gnus-group-topic-p))

Diff finished.  Fri Dec 30 17:32:51 2011




reply via email to

[Prev in Thread] Current Thread [Next in Thread]