Mercurial > emacs
comparison src/ChangeLog @ 46449:b554160f3810
*** empty log message ***
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 16 Jul 2002 17:37:31 +0000 |
parents | 920285978b39 |
children | ac445c632354 |
comparison
equal
deleted
inserted
replaced
46448:218b99308569 | 46449:b554160f3810 |
---|---|
1 2002-07-16 Ken Raeburn <raeburn@gnu.org> | 1 2002-07-16 Ken Raeburn <raeburn@gnu.org> |
2 | |
3 * buffer.c (reset_buffer_local_variables): Delete "#if 0" | |
4 settings of non-existent fields. | |
5 | |
6 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to | |
7 copy a lisp value. | |
8 | |
9 * lread.c (Fintern_soft): Use string macros instead of | |
10 Lisp_String fields. | |
11 * textprop.c (validate_interval_range, interval_of): Likewise. | |
2 | 12 |
3 * fontset.c (Fset_fontset_font): Use SDATA instead of | 13 * fontset.c (Fset_fontset_font): Use SDATA instead of |
4 XSTRING()->data. | 14 XSTRING()->data. |
5 | 15 |
6 * charset.h (FETCH_STRING_CHAR_ADVANCE, | 16 * charset.h (FETCH_STRING_CHAR_ADVANCE, |