comparison src/frame.c @ 11535:ae282c46aec2

(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 Apr 1995 18:21:20 +0000
parents a98672909b35
children 7691dbfc7571
comparison
equal deleted inserted replaced
11534:9cd01f363d4b 11535:ae282c46aec2
1409 && FRAME_X_P (XFRAME (focus_frame))) 1409 && FRAME_X_P (XFRAME (focus_frame)))
1410 Ffocus_frame (focus_frame); 1410 Ffocus_frame (focus_frame);
1411 #endif 1411 #endif
1412 1412
1413 if (frame_rehighlight_hook) 1413 if (frame_rehighlight_hook)
1414 (*frame_rehighlight_hook) (XFRAME (focus_frame)); 1414 (*frame_rehighlight_hook) (XFRAME (frame));
1415 1415
1416 return Qnil; 1416 return Qnil;
1417 } 1417 }
1418 1418
1419 1419