diff options
author | Miles Bader <miles@gnu.org> | 2007-10-18 21:09:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-18 21:09:02 +0000 |
commit | b4fde39fda2eed0fd1b60c10fdf832fabb8cb7cd (patch) | |
tree | 3d4c3ec37f36780c51a1efc7d2ff03cd98a599f7 /lisp/gnus/gnus-win.el | |
parent | 9ccbb53dcf9e9e5ce794ca11a14e58dc2b8fd03d (diff) | |
download | emacs-b4fde39fda2eed0fd1b60c10fdf832fabb8cb7cd.tar.gz emacs-b4fde39fda2eed0fd1b60c10fdf832fabb8cb7cd.tar.bz2 emacs-b4fde39fda2eed0fd1b60c10fdf832fabb8cb7cd.zip |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 257-258)
- Merge from emacs--rel--22
- Update from CVS
2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-util.el (gnus-string<): New function.
* lisp/gnus/gnus-sum.el (gnus-article-sort-by-author)
(gnus-article-sort-by-subject): Use it.
2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-win.el (gnus-configure-windows): Focus on the frame for which
the frame-focus tag is set in gnus-buffer-configuration.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-128
Diffstat (limited to 'lisp/gnus/gnus-win.el')
-rw-r--r-- | lisp/gnus/gnus-win.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el index 5c57aaa1886..7e1609cc196 100644 --- a/lisp/gnus/gnus-win.el +++ b/lisp/gnus/gnus-win.el @@ -471,7 +471,8 @@ See the Gnus manual for an explanation of the syntax used.") (gnus-configure-frame split) (run-hooks 'gnus-configure-windows-hook) (when gnus-window-frame-focus - (select-frame (window-frame gnus-window-frame-focus)))))))) + (gnus-select-frame-set-input-focus + (window-frame gnus-window-frame-focus)))))))) (defun gnus-delete-windows-in-gnusey-frames () "Do a `delete-other-windows' in all frames that have Gnus windows." |