Mercurial > emacs
comparison src/ChangeLog @ 45556:092e6af2b02f
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 28 May 2002 16:50:51 +0000 |
parents | fca54e194e42 |
children | 4d808beea769 |
comparison
equal
deleted
inserted
replaced
45555:7ed1d3a98c77 | 45556:092e6af2b02f |
---|---|
1 2002-05-28 Colin Walters <walters@debian.org> | |
2 | |
3 * emacs.c (USAGE1): Add --no-splash. | |
4 (standard_args): Ditto. | |
5 | |
6 2002-05-28 Colin Walters <walters@gnu.org> | |
7 | |
8 * lread.c (readchar_count): New variable. | |
9 (readchar): Increment it. | |
10 (unreadchar): Decrement it. | |
11 (read_multibyte): Decrement it. | |
12 (Vread_with_symbol_positions): New variable. | |
13 (Vread_symbol_positions_list): New variable. | |
14 (read_internal_start): New function, created from Fread and | |
15 Fread_from_string. Handle Vread_symbol_positions_list and | |
16 Vread_with_symbol_positions. | |
17 (readevalloop, Fread, Fread_from_string): Use it. | |
18 (read1): Use readchar_count to add symbol positions to | |
19 Vread_symbol_positions_list if Vread_with_symbol_positions is | |
20 non-nil. | |
21 (syms_of_lread): DEFVAR_LISP and initialize them. | |
22 | |
23 * lread.c (read0, read1, read_list, read_vector, read_multibyte) | |
24 (substitute_object_recurse, substitute_object_in_subtree) | |
25 (substitute_in_interval): Prototype. | |
26 (read_multibyte): Return c if it's less than zero. | |
27 | |
1 2002-05-28 Kim F. Storm <storm@cua.dk> | 28 2002-05-28 Kim F. Storm <storm@cua.dk> |
2 | 29 |
3 * fileio.c (Fread_file_name_internal): Added brute-force | 30 * fileio.c (Fread_file_name_internal): Added brute-force |
4 speed up for using predicate file-directory-p. | 31 speed up for using predicate file-directory-p. |
5 | 32 |