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:
parent
dbc4287b14
commit
3c5876d268
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user