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 79908e9b29b..f3506da7358 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9208,7 +9208,7 @@ frame's terminal device. */) | |||
| 9208 | = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1)); | 9208 | = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1)); |
| 9209 | Lisp_Object coding_system = CODING_ID_NAME (terminal_coding->id); | 9209 | Lisp_Object coding_system = CODING_ID_NAME (terminal_coding->id); |
| 9210 | 9210 | ||
| 9211 | /* For backward compatibility, return nil if it is `undecided'. */ | 9211 | /* For backward compatibility, return nil if it is `undecided'. */ |
| 9212 | return (! EQ (coding_system, Qundecided) ? coding_system : Qnil); | 9212 | return (! EQ (coding_system, Qundecided) ? coding_system : Qnil); |
| 9213 | } | 9213 | } |
| 9214 | 9214 | ||