comparison src/callint.c @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents c5d627a313b1
children 9ea74add5d37
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
466 /* If the current buffer wants to clean up, let it. */ 466 /* If the current buffer wants to clean up, let it. */
467 if (!NILP (Vmouse_leave_buffer_hook)) 467 if (!NILP (Vmouse_leave_buffer_hook))
468 run_hook (Qmouse_leave_buffer_hook); 468 run_hook (Qmouse_leave_buffer_hook);
469 #endif 469 #endif
470 470
471 Fselect_window (window); 471 Fselect_window (window, Qnil);
472 } 472 }
473 } 473 }
474 } 474 }
475 else if (prompt_data[prompt_index] == '_') 475 else if (prompt_data[prompt_index] == '_')
476 { 476 {