comparison src/coding.h @ 48875:e79464fe61d7

(coding_system_require_warning): Extern it.
author Kenichi Handa <handa@m17n.org>
date Tue, 17 Dec 2002 11:39:34 +0000
parents f0ddb5c7cf46
children 3d3ffeef8c92 d7ddb3e565de
comparison
equal deleted inserted replaced
48874:3002a87cc629 48875:e79464fe61d7
703 703
704 /* Function to call to force a user to force select a proper coding 704 /* Function to call to force a user to force select a proper coding
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
711 /* Coding system for file names used only when 715 /* Coding system for file names used only when
712 Vfile_name_coding_system is nil. */ 716 Vfile_name_coding_system is nil. */