mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 21:41:48 -08:00
(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
This commit is contained in:
parent
c07d3a87cc
commit
dc0700f64c
1 changed files with 1 additions and 1 deletions
|
|
@ -1411,7 +1411,7 @@ The redirection lasts until `redirect-frame-focus' is called to change it.")
|
|||
#endif
|
||||
|
||||
if (frame_rehighlight_hook)
|
||||
(*frame_rehighlight_hook) (XFRAME (focus_frame));
|
||||
(*frame_rehighlight_hook) (XFRAME (frame));
|
||||
|
||||
return Qnil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue