1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(select-frame-set-input-focus): Call x-focus-frame also

when window-system is mac.
This commit is contained in:
YAMAMOTO Mitsuharu 2006-02-10 08:19:36 +00:00
parent dbc4287b14
commit 3c5876d268

View File

@ -695,7 +695,7 @@ automatically."
(select-frame frame)
(raise-frame frame)
;; Ensure, if possible, that frame gets input focus.
(cond ((eq window-system 'x)
(cond ((memq window-system '(x mac))
(x-focus-frame frame))
((eq window-system 'w32)
(w32-focus-frame frame)))