Fix refer method bug.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 14 Dec 1999 06:18:00 +0000 (06:18 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 14 Dec 1999 06:18:00 +0000 (06:18 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index c53f94f..1333f31 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-14 01:13:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-request-article-this-buffer): Don't use refer
+       method if overrided.
+
 1999-12-13 23:38:53  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * mail-source.el (mail-source-fetch-webmail): Parameter
index 1295224..32031b9 100644 (file)
@@ -3732,7 +3732,9 @@ If given a prefix, show the hidden text instead."
           ;; Get the article and put into the article buffer.
           ((or (stringp article) (numberp article))
            (let ((gnus-override-method
-                  (and (stringp article) (car (gnus-refer-article-methods))))
+                  (or gnus-override-method
+                      (and (stringp article) 
+                           (car (gnus-refer-article-methods)))))
                  (buffer-read-only nil))
              (erase-buffer)
              (gnus-kill-all-overlays)