(coding_system_require_warning): Extern it.
This commit is contained in:
parent
5d5bf4d8e1
commit
6926d59136
1 changed files with 4 additions and 0 deletions
|
@ -705,6 +705,10 @@ extern Lisp_Object Vdefault_process_coding_system;
|
|||
system. */
|
||||
extern Lisp_Object Vselect_safe_coding_system_function;
|
||||
|
||||
/* If nonzero, on writing a file, Vselect_safe_coding_system_function
|
||||
is called even if Vcoding_system_for_write is non-nil. */
|
||||
extern int coding_system_require_warning;
|
||||
|
||||
/* Coding system for file names, or nil if none. */
|
||||
extern Lisp_Object Vfile_name_coding_system;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue