aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h6
1 files changed, 6 insertions, 0 deletions
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;
572 system. */ 572 system. */
573extern Lisp_Object Vselect_safe_coding_system_function; 573extern Lisp_Object Vselect_safe_coding_system_function;
574 574
575/* Coding system for file names, or nil if none. */
576extern Lisp_Object Vfile_name_coding_system;
577
578/* Coding system for file names used only when
579 Vfile_name_coding_system is nil. */
580extern Lisp_Object Vdefault_file_name_coding_system;
575#endif 581#endif
576 582
577#endif /* _CODING_H */ 583#endif /* _CODING_H */