Mercurial > emacs
changeset 112289:7b9be5e0ebf3
* coding.c (decode_coding_emacs_mule): Remove unreachable code.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 16 Jan 2011 18:56:50 -0800 |
parents | c8102d1f162e (current diff) 81d8294d0c45 (diff) |
children | a3ee86732163 |
files | |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jan 16 21:41:25 2011 +0100 +++ b/src/ChangeLog Sun Jan 16 18:56:50 2011 -0800 @@ -1,3 +1,9 @@ +2011-01-17 Paul Eggert <eggert@cs.ucla.edu> + + * coding.c (decode_coding_emacs_mule): Remove unreachable code. + This is a typo left over from revno 95090 dated 2009-03-06, + which fixed Bug#2370. Caught by Sun cc. + 2011-01-15 Martin Rudalics <rudalics@gmx.at> * window.c (inhibit_point_swap): New variable.
--- a/src/coding.c Sun Jan 16 21:41:25 2011 +0100 +++ b/src/coding.c Sun Jan 16 18:56:50 2011 -0800 @@ -2631,10 +2631,6 @@ } continue; - src = src_base; - consumed_chars = consumed_chars_base; - continue; - invalid_code: EMACS_MULE_MAYBE_FINISH_COMPOSITION (); src = src_base; @@ -10901,4 +10897,3 @@ } #endif /* emacs */ -