(gnus-summary-show-article): When called with t as the value, show the raw article.
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Feb 2011 02:19:01 +0000 (18:19 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 22 Feb 2011 02:19:01 +0000 (18:19 -0800)
lisp/ChangeLog
lisp/gnus-sum.el

index 233b2e1..3b01f95 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-show-article): When called with t as the
+       value, show the raw article.
+
 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
        * gnus.el: No Gnus v0.13 is released.
index 789308c..2d78a56 100644 (file)
@@ -9525,8 +9525,7 @@ C-u g', show the raw article."
    ((not arg)
     ;; Select the article the normal way.
     (gnus-summary-select-article nil 'force))
-   ((or (equal arg '(16))
-       (eq arg t))
+   ((equal arg '(16))
     ;; C-u C-u g
     (let ((gnus-inhibit-article-treatments t))
       (gnus-summary-select-article nil 'force)))