comparison src/cmdloop.c @ 479:52626a2f02ef

[xemacs-hg @ 2001-04-20 11:31:53 by ben] about/news changes, already in 21.4
author ben
date Fri, 20 Apr 2001 11:32:27 +0000
parents c33ae14dd6d0
children 183866b06e0b
comparison
equal deleted inserted replaced
478:09855058eefc 479:52626a2f02ef
413 413
414 Lisp_Object 414 Lisp_Object
415 call_command_loop (Lisp_Object catch_errors) 415 call_command_loop (Lisp_Object catch_errors)
416 { 416 {
417 /* This function can GC */ 417 /* This function can GC */
418 reset_this_command_keys (Vselected_console, Qnil); /* #### bleagh */ 418 reset_this_command_keys (Vselected_console, 0); /* #### bleagh */
419 419
420 loop: 420 loop:
421 for (;;) 421 for (;;)
422 { 422 {
423 if (NILP (Vcommand_loop)) 423 if (NILP (Vcommand_loop))