diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 43f1867d9f8..08da1ae3dbb 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6212,7 +6212,7 @@ detect_coding_system (src, src_bytes, highest, multibytep) | |||
| 6212 | Lisp_Object eol; | 6212 | Lisp_Object eol; |
| 6213 | eol = Fget (XCAR (tmp), Qeol_type); | 6213 | eol = Fget (XCAR (tmp), Qeol_type); |
| 6214 | if (VECTORP (eol)) | 6214 | if (VECTORP (eol)) |
| 6215 | XCAR (tmp) = XVECTOR (eol)->contents[eol_type]; | 6215 | XSETCAR (tmp, XVECTOR (eol)->contents[eol_type]); |
| 6216 | } | 6216 | } |
| 6217 | } | 6217 | } |
| 6218 | return (highest ? XCAR (val) : val); | 6218 | return (highest ? XCAR (val) : val); |