(select-frame-set-input-focus): Call x-focus-frame also
when window-system is mac.
This commit is contained in:
parent
dbc4287b14
commit
3c5876d268
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue