comparison src/coding.h @ 21901:1b46a79d86e3

(Vfile_name_coding_system) (Vdefault_file_name_coding_system): Declarations added.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 May 1998 06:38:09 +0000
parents 92b33933ceeb
children 42e2ffa98618
comparison
equal deleted inserted replaced
21900:fd8b439fd6c9 21901:1b46a79d86e3
570 570
571 /* Function to call to force a user to force select a propert coding 571 /* Function to call to force a user to force select a propert coding
572 system. */ 572 system. */
573 extern Lisp_Object Vselect_safe_coding_system_function; 573 extern Lisp_Object Vselect_safe_coding_system_function;
574 574
575 /* Coding system for file names, or nil if none. */
576 extern Lisp_Object Vfile_name_coding_system;
577
578 /* Coding system for file names used only when
579 Vfile_name_coding_system is nil. */
580 extern Lisp_Object Vdefault_file_name_coding_system;
575 #endif 581 #endif
576 582
577 #endif /* _CODING_H */ 583 #endif /* _CODING_H */