aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-11 21:58:43 -0700
committerPaul Eggert2011-10-11 21:58:43 -0700
commit0324f3af3dddd189617a9cc4b203e3783e96fc7a (patch)
treef4f8512bdb6a8e5566e82bf8049f738594986216 /src/ChangeLog
parent7359a765382ff00442f08d1435fd5ededbe10283 (diff)
downloademacs-0324f3af3dddd189617a9cc4b203e3783e96fc7a.tar.gz
emacs-0324f3af3dddd189617a9cc4b203e3783e96fc7a.zip
* lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
Some packages use them to denote characters with modifiers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c24e70523f5..8ad59d5eb27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lread.c (read_escape): Allow hex escapes as large as ?\xfffffff.
4 Some packages use them to denote characters with modifiers.
5
12011-10-11 Andreas Schwab <schwab@linux-m68k.org> 62011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2 7
3 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR) 8 * lisp.h (GCPRO1_VAR, GCPRO2_VAR, GCPRO3_VAR, GCPRO4_VAR)