aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 99a766a915a..b1743076630 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9300,7 +9300,7 @@ frame's terminal device. */)
9300 = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1)); 9300 = TERMINAL_TERMINAL_CODING (get_terminal (terminal, 1));
9301 Lisp_Object coding_system = CODING_ID_NAME (terminal_coding->id); 9301 Lisp_Object coding_system = CODING_ID_NAME (terminal_coding->id);
9302 9302
9303 /* For backward compatibility, return nil if it is `undecided'. */ 9303 /* For backward compatibility, return nil if it is `undecided'. */
9304 return (! EQ (coding_system, Qundecided) ? coding_system : Qnil); 9304 return (! EQ (coding_system, Qundecided) ? coding_system : Qnil);
9305} 9305}
9306 9306