aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:36:59 +0000
committerDave Love2002-07-30 11:36:59 +0000
commit9542cb1fc7f7190717dbf825b8ae748e2cf8b0e3 (patch)
treed66eb8152dad41c3287aa5ef512daf6101968416 /src
parent38355d474e7c483c14dcc87f29c5b81fe9d39161 (diff)
downloademacs-9542cb1fc7f7190717dbf825b8ae748e2cf8b0e3.tar.gz
emacs-9542cb1fc7f7190717dbf825b8ae748e2cf8b0e3.zip
Comment fix
Diffstat (limited to 'src')
-rw-r--r--src/coding.c2
-rw-r--r--src/term.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index e19319abb2c..56b66de9d9e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,4 +1,4 @@
1/* Coding system handler (conversion, detection, and etc). 1/* Coding system handler (conversion, detection, etc).
2 Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. 2 Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN.
3 Licensed to the Free Software Foundation. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 2001, 2002 Free Software Foundation, Inc. 4 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
diff --git a/src/term.c b/src/term.c
index cb4c63529e2..2ae413178a8 100644
--- a/src/term.c
+++ b/src/term.c
@@ -834,7 +834,7 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed)
834 834
835 if (g < 0 || g >= tlen) 835 if (g < 0 || g >= tlen)
836 { 836 {
837 /* This glyph doesn't has an entry in Vglyph_table. */ 837 /* This glyph doesn't have an entry in Vglyph_table. */
838 if (! CHAR_VALID_P (src->u.ch, 0)) 838 if (! CHAR_VALID_P (src->u.ch, 0))
839 { 839 {
840 len = 1; 840 len = 1;