Mercurial > hg > xemacs-beta
comparison src/console-tty.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
281 /* Redraw tty */ | 281 /* Redraw tty */ |
282 face_property_was_changed (Vdefault_face, Qfont, Qtty); | 282 face_property_was_changed (Vdefault_face, Qfont, Qtty); |
283 return Qnil; | 283 return Qnil; |
284 } | 284 } |
285 | 285 |
286 /* ### Move this function to lisp */ | 286 /* #### Move this function to lisp */ |
287 DEFUN ("set-console-tty-coding-system", Fset_console_tty_coding_system, | 287 DEFUN ("set-console-tty-coding-system", Fset_console_tty_coding_system, |
288 0, 2, 0, /* | 288 0, 2, 0, /* |
289 Set the input and output coding systems of tty console CONSOLE to CODESYS. | 289 Set the input and output coding systems of tty console CONSOLE to CODESYS. |
290 CONSOLE defaults to the selected console. | 290 CONSOLE defaults to the selected console. |
291 If CODESYS is nil, the values of `keyboard-coding-system' and | 291 If CODESYS is nil, the values of `keyboard-coding-system' and |