Mercurial > emacs
comparison src/coding.h @ 18181:1d91f0e4ff7d
(Vdefault_process_coding_system): Extern it.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 09 Jun 1997 12:59:20 +0000 |
| parents | 9846609c4fd5 |
| children | 33e78cc7f058 |
comparison
equal
deleted
inserted
replaced
| 18180:5f4c4da24e75 | 18181:1d91f0e4ff7d |
|---|---|
| 423 /* Coding-system of what is sent from terminal keyboard. This | 423 /* Coding-system of what is sent from terminal keyboard. This |
| 424 structure contains information of a coding-system specified by the | 424 structure contains information of a coding-system specified by the |
| 425 function `set-keyboard-coding-system'. */ | 425 function `set-keyboard-coding-system'. */ |
| 426 extern struct coding_system keyboard_coding; | 426 extern struct coding_system keyboard_coding; |
| 427 | 427 |
| 428 extern Lisp_Object Vcoding_system_alist; | 428 /* Default coding systems used for process I/O. */ |
| 429 extern Lisp_Object Vdefault_process_coding_system; | |
| 429 | 430 |
| 430 #endif | 431 #endif |
| 431 | 432 |
| 432 #endif /* _CODING_H */ | 433 #endif /* _CODING_H */ |
