From: Karl Heuer Date: Mon, 24 Apr 1995 18:21:20 +0000 (+0000) Subject: (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil. X-Git-Tag: emacs-19.34~4323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc0700f64ca372b4c593b6fb03983eb209d99088;p=emacs.git (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil. --- diff --git a/src/frame.c b/src/frame.c index f6c8c57186c..09a7c0a38f0 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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; }