Mercurial > emacs
changeset 112288:81d8294d0c45
* 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.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 16 Jan 2011 18:55:28 -0800 |
parents | c8102d1f162e |
children | 7b9be5e0ebf3 9164d0b32512 |
files | src/ChangeLog src/coding.c |
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:55:28 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:55:28 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 */ -