1
Fork 0
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:
Karl Heuer 1995-04-24 18:21:20 +00:00
parent c07d3a87cc
commit dc0700f64c

View file

@ -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;
}