/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.430 by rms, Thu Nov 29 00:52:55 2001 UTC revision 1.431 by pj, Thu Nov 29 06:54:34 2001 UTC
# Line 6111  syms_of_fileio () Line 6111  syms_of_fileio ()
6111    
6112    DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system,    DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system,
6113                 doc: /* *Coding system for encoding file names.                 doc: /* *Coding system for encoding file names.
6114  If it is nil, default-file-name-coding-system (which see) is used.  */);  If it is nil, `default-file-name-coding-system' (which see) is used.  */);
6115    Vfile_name_coding_system = Qnil;    Vfile_name_coding_system = Qnil;
6116    
6117    DEFVAR_LISP ("default-file-name-coding-system",    DEFVAR_LISP ("default-file-name-coding-system",
6118                 &Vdefault_file_name_coding_system,                 &Vdefault_file_name_coding_system,
6119                 doc: /* Default coding system for encoding file names.                 doc: /* Default coding system for encoding file names.
6120  This variable is used only when file-name-coding-system is nil.  This variable is used only when `file-name-coding-system' is nil.
6121    
6122  This variable is set/changed by the command set-language-environment.  This variable is set/changed by the command `set-language-environment'.
6123  User should not set this variable manually,  User should not set this variable manually,
6124  instead use file-name-coding-system to get a constant encoding  instead use `file-name-coding-system' to get a constant encoding
6125  of file names regardless of the current language environment.  */);  of file names regardless of the current language environment.  */);
6126    Vdefault_file_name_coding_system = Qnil;    Vdefault_file_name_coding_system = Qnil;
6127    

Legend:
Removed from v.1.430  
changed lines
  Added in v.1.431

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26