diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 5e18c973fac..635b28aa713 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5310,7 +5310,8 @@ and the cdr part is used for encoding.\n\ | |||
| 5310 | If VAL is a function symbol, the function must return a coding system\n\ | 5310 | If VAL is a function symbol, the function must return a coding system\n\ |
| 5311 | or a cons of coding systems which are used as above.\n\ | 5311 | or a cons of coding systems which are used as above.\n\ |
| 5312 | \n\ | 5312 | \n\ |
| 5313 | See also the function `find-operation-coding-system'."); | 5313 | See also the function `find-operation-coding-system'.\n\ |
| 5314 | and the variable `auto-coding-alist'."); | ||
| 5314 | Vfile_coding_system_alist = Qnil; | 5315 | Vfile_coding_system_alist = Qnil; |
| 5315 | 5316 | ||
| 5316 | DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist, | 5317 | DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist, |