From 9fba3563f1c43c485cea79521d48024202b10203 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 16 Jan 2011 18:55:28 -0800 Subject: [PATCH] * coding.c (decode_coding_emacs_mule): Remove unreachable code. This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org, which fixed Bug#2370. Caught by Sun cc. --- src/ChangeLog | 6 ++++++ src/coding.c | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 75ce2788915..cfaaf4c9087 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-01-17 Paul Eggert + + * coding.c (decode_coding_emacs_mule): Remove unreachable code. + This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org, + which fixed Bug#2370. Caught by Sun cc. + 2011-01-15 Martin Rudalics * window.c (inhibit_point_swap): New variable. diff --git a/src/coding.c b/src/coding.c index 5f9b207c6b3..06f3fe58df1 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2631,10 +2631,6 @@ decode_coding_emacs_mule (struct coding_system *coding) } continue; - src = src_base; - consumed_chars = consumed_chars_base; - continue; - invalid_code: EMACS_MULE_MAYBE_FINISH_COMPOSITION (); src = src_base; @@ -10901,4 +10897,3 @@ emacs_strerror (int error_number) } #endif /* emacs */ - -- 2.39.2