aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-15 09:10:37 -0700
committerPaul Eggert2011-09-15 09:10:37 -0700
commita02719a326f3bc0ddf39832ef5390f8034c24c24 (patch)
tree04a8bb98e7206f428461cf361c632380b09f4c8b /src/ChangeLog
parent72589a3ceebd3b6c903963e5f82b78df004e851d (diff)
downloademacs-a02719a326f3bc0ddf39832ef5390f8034c24c24.tar.gz
emacs-a02719a326f3bc0ddf39832ef5390f8034c24c24.zip
* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
This occurs when processing a multibyte format, which can happen when using 'eval'. Problem reported by Wolfgang Jenker.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83dc66a1720..895e3e587b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-09-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
4 This occurs when processing a multibyte format, which can happen
5 when using 'eval'. Problem reported by Wolfgang Jenker.
6
12011-09-15 Johan Bockgård <bojohan@gnu.org> 72011-09-15 Johan Bockgård <bojohan@gnu.org>
2 8
3 * xdisp.c (try_cursor_movement): Only check for exact match if 9 * xdisp.c (try_cursor_movement): Only check for exact match if