Mercurial > emacs
comparison src/ChangeLog @ 41596:3c035e37d086
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 26 Nov 2001 23:03:47 +0000 |
parents | 7c12657b7a8c |
children | 775cb3632b29 |
comparison
equal
deleted
inserted
replaced
41595:3a10e73aa1c1 | 41596:3c035e37d086 |
---|---|
1 2001-11-26 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * keymap.c (access_keymap): Handle t bindings like nil bindings. | |
4 Make nil bindings in char-tables transparent. | |
5 (store_in_keymap): Turn a nil binding into a t binding for char-tables. | |
6 | |
1 2001-11-26 Richard M. Stallman <rms@gnu.org> | 7 2001-11-26 Richard M. Stallman <rms@gnu.org> |
2 | 8 |
3 * textprop.c (set_text_properties_1): Allow START, END in either order. | 9 * textprop.c (set_text_properties_1): Allow START, END in either order. |
4 Do nothing if range is empty. | 10 Do nothing if range is empty. |
5 | 11 |