diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 292bb68474a..b0a6698a7cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare. | ||
| 4 | |||
| 3 | * lread.c (Vold_style_backquotes): New var. | 5 | * lread.c (Vold_style_backquotes): New var. |
| 4 | (syms_of_lread): Init and export it to Elisp. | 6 | (syms_of_lread): Init and export it to Elisp. |
| 5 | (read1): Set it when we find an old-style (back)quote. | 7 | (read1): Set it when we find an old-style (back)quote. |