/[emacs]/emacs/lisp/gnus/gnus-sum.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-sum.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.60 by monnier, Sat Feb 26 05:33:56 2005 UTC revision 1.61 by monnier, Tue Mar 1 22:44:03 2005 UTC
# Line 6680  If FORCE (the prefix), also save the .ne Line 6680  If FORCE (the prefix), also save the .ne
6680        (set-buffer gnus-group-buffer)        (set-buffer gnus-group-buffer)
6681        (if quit-config        (if quit-config
6682            (gnus-handle-ephemeral-exit quit-config)            (gnus-handle-ephemeral-exit quit-config)
6683            (goto-char group-point)
6684            ;; If gnus-group-buffer is already displayed, make sure we also move
6685            ;; the cursor in the window that displays it.
6686            (let ((win (get-buffer-window (current-buffer) 0)))
6687              (if win (set-window-point win (point))))
6688          (unless leave-hidden          (unless leave-hidden
6689            (gnus-configure-windows 'group 'force))            (gnus-configure-windows 'group 'force)))
         ;; Move point after calling gnus-configure-windows to make sure it  
         ;; moves the window's point as well.  
         (goto-char group-point))  
6690        ;; Clear the current group name.        ;; Clear the current group name.
6691        (unless quit-config        (unless quit-config
6692          (setq gnus-newsgroup-name nil)))))          (setq gnus-newsgroup-name nil)))))

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26