Mercurial > emacs
comparison src/coding.h @ 22978:6535413fa872
(default_buffer_file_coding): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Aug 1998 06:29:02 +0000 |
parents | 79b98ccffdfc |
children | bad51ca51df3 |
comparison
equal
deleted
inserted
replaced
22977:8682bf30d667 | 22978:6535413fa872 |
---|---|
570 /* Coding-system of what is sent from terminal keyboard. This | 570 /* Coding-system of what is sent from terminal keyboard. This |
571 structure contains information of a coding-system specified by the | 571 structure contains information of a coding-system specified by the |
572 function `set-keyboard-coding-system'. */ | 572 function `set-keyboard-coding-system'. */ |
573 extern struct coding_system keyboard_coding; | 573 extern struct coding_system keyboard_coding; |
574 | 574 |
575 /* Default coding system to be used to write a file. */ | |
576 extern struct coding_system default_buffer_file_coding; | |
577 | |
575 /* Default coding systems used for process I/O. */ | 578 /* Default coding systems used for process I/O. */ |
576 extern Lisp_Object Vdefault_process_coding_system; | 579 extern Lisp_Object Vdefault_process_coding_system; |
577 | 580 |
578 /* Function to call to force a user to force select a propert coding | 581 /* Function to call to force a user to force select a propert coding |
579 system. */ | 582 system. */ |