[gnus git] branch master updated: m0-3-127-g15cce81 =1= Further XEmacs compat fixup of the last change.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 15cce81ca2258ad31d56b8750d554f6de554fd6a (commit)
from 809ae21f3b67b84d6d9028a7443d2d7d87a532a2 (commit)
- Log -----------------------------------------------------------------
commit 15cce81ca2258ad31d56b8750d554f6de554fd6a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Apr 10 21:47:06 2012 +0200
Further XEmacs compat fixup of the last change.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 2352d78..9ce9142 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -451,7 +451,8 @@ current article is unread."
:group 'gnus-summary-maneuvering
:type 'boolean)
-(defcustom gnus-auto-center-summary (max (bound-and-true-p scroll-margin) 2)
+(defcustom gnus-auto-center-summary
+ (max (or (bound-and-true-p scroll-margin) 0) 2)
"*If non-nil, always center the current summary buffer.
In particular, if `vertical' do only vertical recentering. If non-nil
and non-`vertical', do both horizontal and vertical recentering."
-----------------------------------------------------------------------
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/gnus-sum.el | 3 ++-
1 files changed, 2 insertions(+), 1 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