diff options
| author | Kenichi Handa | 2002-12-17 11:39:34 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-12-17 11:39:34 +0000 |
| commit | 6926d591360fcc9fb5b49a4311ad0e12fa1a898b (patch) | |
| tree | e013949fc2eb6b9d7d8a27d62ca176fb09a851c5 /src/coding.h | |
| parent | 5d5bf4d8e1de79d0ec1335f336c3e4d616a84d67 (diff) | |
| download | emacs-6926d591360fcc9fb5b49a4311ad0e12fa1a898b.tar.gz emacs-6926d591360fcc9fb5b49a4311ad0e12fa1a898b.zip | |
(coding_system_require_warning): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 677004ce523..b01f0d2c01f 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -705,6 +705,10 @@ extern Lisp_Object Vdefault_process_coding_system; | |||
| 705 | system. */ | 705 | system. */ |
| 706 | extern Lisp_Object Vselect_safe_coding_system_function; | 706 | extern Lisp_Object Vselect_safe_coding_system_function; |
| 707 | 707 | ||
| 708 | /* If nonzero, on writing a file, Vselect_safe_coding_system_function | ||
| 709 | is called even if Vcoding_system_for_write is non-nil. */ | ||
| 710 | extern int coding_system_require_warning; | ||
| 711 | |||
| 708 | /* Coding system for file names, or nil if none. */ | 712 | /* Coding system for file names, or nil if none. */ |
| 709 | extern Lisp_Object Vfile_name_coding_system; | 713 | extern Lisp_Object Vfile_name_coding_system; |
| 710 | 714 | ||