[gnus git] branch master updated: n0-13-3-g7c64ec9
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 7c64ec931ed49ea3f8181c5584f052482525bea4 (commit)
from 8a74d023af00285a984f4ec50e1b9e4fde16475a (commit)
- Log -----------------------------------------------------------------
commit 7c64ec931ed49ea3f8181c5584f052482525bea4
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 21 18:19:01 2011 -0800
(gnus-summary-show-article): When called with t as the value, show the raw article.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 233b2e1..3b01f95 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-22 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-show-article): When called with t as the
+ value, show the raw article.
+
2011-02-22 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el: No Gnus v0.13 is released.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 789308c..2d78a56 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-sum.el | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project