diff options
| author | Ken Raeburn | 2002-07-16 17:37:31 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-16 17:37:31 +0000 |
| commit | 943afcc71e544fba109e220a619b88f7232848af (patch) | |
| tree | 776ba7f69847974546c2df3e6f5bbbad2dbf3ba3 /src/ChangeLog | |
| parent | 1e5d9116ccf34ff7bb6a9eb8a90e58e01ba69162 (diff) | |
| download | emacs-943afcc71e544fba109e220a619b88f7232848af.tar.gz emacs-943afcc71e544fba109e220a619b88f7232848af.zip | |
(validate_interval_range, interval_of): Use string macros instead of
Lisp_String fields.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0cf9f06534..33a0281d922 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2002-07-16 Ken Raeburn <raeburn@gnu.org> | 1 | 2002-07-16 Ken Raeburn <raeburn@gnu.org> |
| 2 | 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. | ||
| 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 | ||