[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102871: * coding.c (decode_coding_em
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102871: * coding.c (decode_coding_emacs_mule): Remove unreachable code. |
Date: |
Sun, 16 Jan 2011 18:56:50 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102871 [merge]
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2011-01-16 18:56:50 -0800
message:
* coding.c (decode_coding_emacs_mule): Remove unreachable code.
modified:
src/ChangeLog
src/coding.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-01-16 02:21:30 +0000
+++ b/src/ChangeLog 2011-01-17 02:55:28 +0000
@@ -1,3 +1,9 @@
+2011-01-17 Paul Eggert <address@hidden>
+
+ * 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 <address@hidden>
* window.c (inhibit_point_swap): New variable.
=== modified file 'src/coding.c'
--- a/src/coding.c 2011-01-15 23:16:57 +0000
+++ b/src/coding.c 2011-01-17 02:55:28 +0000
@@ -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 */
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102871: * coding.c (decode_coding_emacs_mule): Remove unreachable code.,
Paul Eggert <=