From: Richard M. Stallman Date: Sat, 2 May 1998 06:38:09 +0000 (+0000) Subject: (Vfile_name_coding_system) X-Git-Tag: emacs-20.3~1176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=31406df1a413555f7e4fa3f8df9092306b5d3723;p=emacs.git (Vfile_name_coding_system) (Vdefault_file_name_coding_system): Declarations added. --- diff --git a/src/coding.h b/src/coding.h index b373ff784dd..f5250ce4e9c 100644 --- a/src/coding.h +++ b/src/coding.h @@ -572,6 +572,12 @@ extern Lisp_Object Vdefault_process_coding_system; system. */ extern Lisp_Object Vselect_safe_coding_system_function; +/* Coding system for file names, or nil if none. */ +extern Lisp_Object Vfile_name_coding_system; + +/* Coding system for file names used only when + Vfile_name_coding_system is nil. */ +extern Lisp_Object Vdefault_file_name_coding_system; #endif #endif /* _CODING_H */