projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4bd49
)
(gnus-summary-exit): Recenter the group buffer if the point is out of view.
author
yamaoka
<yamaoka>
Tue, 18 Jan 2000 05:39:16 +0000
(
05:39
+0000)
committer
yamaoka
<yamaoka>
Tue, 18 Jan 2000 05:39:16 +0000
(
05:39
+0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
01ad746
..
adfbaba
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-5440,7
+5440,9
@@
If FORCE (the prefix), also save the .newsrc file(s)."
(if (not quit-config)
(progn
(goto-char group-point)
- (gnus-configure-windows 'group 'force))
+ (gnus-configure-windows 'group 'force)
+ (unless (pos-visible-in-window-p)
+ (recenter)))
(gnus-handle-ephemeral-exit quit-config))
;; Clear the current group name.
(unless quit-config