comparison src/ChangeLog.multi-tty @ 83708:bd0fde00d991

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 28 Aug 2007 08:44:36 +0000
parents 7e7de59e2889
children 27b0a394bc0f
comparison
equal deleted inserted replaced
83707:7e7de59e2889 83708:bd0fde00d991
605 * keyboard.c (Fset_input_interrupt_mode) 605 * keyboard.c (Fset_input_interrupt_mode)
606 (Fset_output_flow_control): New functions. 606 (Fset_output_flow_control): New functions.
607 (syms_of_keyboard): Defsubr them. 607 (syms_of_keyboard): Defsubr them.
608 (Fset_input_meta_mode, Fset_quit_char): New functions. 608 (Fset_input_meta_mode, Fset_quit_char): New functions.
609 (Fset_input_mode): Split to above functions. 609 (Fset_input_mode): Split to above functions.
610
611 * lisp.h: EXFUN the new functions. 610 * lisp.h: EXFUN the new functions.
612
613 * xterm.c (x_initialize): Use Fset_input_interrupt_mode. 611 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
614 612
615 * print.c (print_preprocess): Don't lose print_depth levels while 613 * print.c (print_preprocess): Don't lose print_depth levels while
616 iterating. 614 iterating.
617 615