Mercurial > emacs
changeset 67907:c8f97199cfbc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 30 Dec 2005 04:55:06 +0000 |
parents | 28939487a2d5 |
children | 87596c6dfb64 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 30 04:54:57 2005 +0000 +++ b/src/ChangeLog Fri Dec 30 04:55:06 2005 +0000 @@ -1,5 +1,10 @@ 2005-12-29 Richard M. Stallman <rms@gnu.org> + * lread.c (readevalloop): Test for reading a whole buffer + before actually reading anything. Handle all cases, including + START = END = nil and an already-narrowed buffer. + Convert END to a marker if it is a number. + * keymap.c (describe_map): Put sparse map elements into an array, sort them, then output a sequence of identical bindings on one line. (struct describe_map_elt): New data type.