aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-02 06:38:09 +0000
committerRichard M. Stallman1998-05-02 06:38:09 +0000
commit31406df1a413555f7e4fa3f8df9092306b5d3723 (patch)
tree69907f9e6ea0d8333e947cefe7b803f79a26a2c6 /src/coding.h
parent8a7777fc1a5625685fab4ddbc5f6031ab591efb3 (diff)
downloademacs-31406df1a413555f7e4fa3f8df9092306b5d3723.tar.gz
emacs-31406df1a413555f7e4fa3f8df9092306b5d3723.zip
(Vfile_name_coding_system)
(Vdefault_file_name_coding_system): Declarations added.
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 */