diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index e5347ce765a..a98ed6b9fa5 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -5849,7 +5849,10 @@ syms_of_fileio (void) | |||
| 5849 | 5849 | ||
| 5850 | DEFVAR_LISP ("file-name-coding-system", Vfile_name_coding_system, | 5850 | DEFVAR_LISP ("file-name-coding-system", Vfile_name_coding_system, |
| 5851 | doc: /* Coding system for encoding file names. | 5851 | doc: /* Coding system for encoding file names. |
| 5852 | If it is nil, `default-file-name-coding-system' (which see) is used. */); | 5852 | If it is nil, `default-file-name-coding-system' (which see) is used. |
| 5853 | |||
| 5854 | On MS-Windows, the value of this variable is largely ignored if | ||
| 5855 | \`w32-unicode-filenames' (which see) is non-nil. */); | ||
| 5853 | Vfile_name_coding_system = Qnil; | 5856 | Vfile_name_coding_system = Qnil; |
| 5854 | 5857 | ||
| 5855 | DEFVAR_LISP ("default-file-name-coding-system", | 5858 | DEFVAR_LISP ("default-file-name-coding-system", |
| @@ -5860,7 +5863,10 @@ This variable is used only when `file-name-coding-system' is nil. | |||
| 5860 | This variable is set/changed by the command `set-language-environment'. | 5863 | This variable is set/changed by the command `set-language-environment'. |
| 5861 | User should not set this variable manually, | 5864 | User should not set this variable manually, |
| 5862 | instead use `file-name-coding-system' to get a constant encoding | 5865 | instead use `file-name-coding-system' to get a constant encoding |
| 5863 | of file names regardless of the current language environment. */); | 5866 | of file names regardless of the current language environment. |
| 5867 | |||
| 5868 | On MS-Windows, the value of this variable is largely ignored if | ||
| 5869 | \`w32-unicode-filenames' (which see) is non-nil. */); | ||
| 5864 | Vdefault_file_name_coding_system = Qnil; | 5870 | Vdefault_file_name_coding_system = Qnil; |
| 5865 | 5871 | ||
| 5866 | DEFSYM (Qformat_decode, "format-decode"); | 5872 | DEFSYM (Qformat_decode, "format-decode"); |