diff options
| author | Adrian Robert | 2008-07-15 18:15:18 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-15 18:15:18 +0000 |
| commit | edfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch) | |
| tree | 78d2414d9791e1efc17ec9b35b438ae35602340a /lisp/gnus | |
| parent | 1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff) | |
| download | emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip | |
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/gnus-util.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el index 8d86c36dbe9..66a7e342614 100644 --- a/lisp/gnus/gnus-util.el +++ b/lisp/gnus/gnus-util.el | |||
| @@ -1612,7 +1612,9 @@ CHOICE is a list of the choice char and help message at IDX." | |||
| 1612 | (cond ((memq window-system '(x mac)) | 1612 | (cond ((memq window-system '(x mac)) |
| 1613 | (x-focus-frame frame)) | 1613 | (x-focus-frame frame)) |
| 1614 | ((eq window-system 'w32) | 1614 | ((eq window-system 'w32) |
| 1615 | (w32-focus-frame frame))) | 1615 | (w32-focus-frame frame)) |
| 1616 | ((eq window-system 'ns) | ||
| 1617 | (ns-focus-frame frame))) | ||
| 1616 | (when focus-follows-mouse | 1618 | (when focus-follows-mouse |
| 1617 | (set-mouse-position frame (1- (frame-width frame)) 0))))) | 1619 | (set-mouse-position frame (1- (frame-width frame)) 0))))) |
| 1618 | 1620 | ||