diff options
| author | Gerd Moellmann | 2000-12-06 21:05:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-06 21:05:09 +0000 |
| commit | d285b373956fbe32141a491729cd84f190413e17 (patch) | |
| tree | f5709dc42f5bffa0c60c8ecb2c36661c94bf29a3 /src/ChangeLog | |
| parent | fbd9f2769958be3d1610e5d89156f07dbd2dab88 (diff) | |
| download | emacs-d285b373956fbe32141a491729cd84f190413e17.tar.gz emacs-d285b373956fbe32141a491729cd84f190413e17.zip | |
(gc_sweep): Prevent symbols read during loadup
from being freed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9783d88397a..2c34188c8d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,6 +14,9 @@ | |||
| 14 | 14 | ||
| 15 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> | 15 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> |
| 16 | 16 | ||
| 17 | * alloc.c (gc_sweep): Prevent symbols read during loadup | ||
| 18 | from being freed. | ||
| 19 | |||
| 17 | * xdisp.c (underlying_face_id): New function. | 20 | * xdisp.c (underlying_face_id): New function. |
| 18 | (handle_face_prop, face_before_or_after_it_pos): Use it | 21 | (handle_face_prop, face_before_or_after_it_pos): Use it |
| 19 | to determine the face ``under'' a string. Let strings inherit | 22 | to determine the face ``under'' a string. Let strings inherit |