diff options
| author | Kenichi Handa | 1997-06-09 12:59:20 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-06-09 12:59:20 +0000 |
| commit | a5825a24c3ffbd25771106fb2469308687fd9a0f (patch) | |
| tree | 0611633a3ef30114e9bc176065db1d001a348f90 /src/coding.h | |
| parent | 02ba47237b8292eadadcdedb3ceed5fef1cc98d9 (diff) | |
| download | emacs-a5825a24c3ffbd25771106fb2469308687fd9a0f.tar.gz emacs-a5825a24c3ffbd25771106fb2469308687fd9a0f.zip | |
(Vdefault_process_coding_system): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 0c119999ddf..07a09602df4 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -425,7 +425,8 @@ extern struct coding_system terminal_coding; | |||
| 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 | ||