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:
f2f2cc3
)
(gnus-summary-exit): Don't recenter the group buffer if it is called
author
yamaoka
<yamaoka>
Tue, 18 Jan 2000 06:13:05 +0000
(06:13 +0000)
committer
yamaoka
<yamaoka>
Tue, 18 Jan 2000 06:13:05 +0000
(06:13 +0000)
non-interactively.
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
adfbaba
..
82e9ee2
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-5441,7
+5441,8
@@
If FORCE (the prefix), also save the .newsrc file(s)."
(progn
(goto-char group-point)
(gnus-configure-windows 'group 'force)
- (unless (pos-visible-in-window-p)
+ (when (and (interactive-p)
+ (not (pos-visible-in-window-p)))
(recenter)))
(gnus-handle-ephemeral-exit quit-config))
;; Clear the current group name.