diff options
| author | Andrew Choi | 2001-01-28 15:41:57 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-01-28 15:41:57 +0000 |
| commit | 5604ec34e4b9414637d0501f30c79a4b871008a0 (patch) | |
| tree | 380d199b2bc4bb3107910ae35c756c5ed5a57d53 /src/ChangeLog | |
| parent | 8005142f86a09b989b32998a1dd0e7c7b7af53ac (diff) | |
| download | emacs-5604ec34e4b9414637d0501f30c79a4b871008a0.tar.gz emacs-5604ec34e4b9414637d0501f30c79a4b871008a0.zip | |
* fontset.c (fontset_pattern_regexp): Allocate three more bytes to
regex for '^', '$', and '\0'.
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 e5987f7fcc3..614c80f8db3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-01-28 Andrew Choi <akochoi@i-cable.com> | 1 | 2001-01-28 Andrew Choi <akochoi@i-cable.com> |
| 2 | 2 | ||
| 3 | * fontset.c (fontset_pattern_regexp): Allocate three more bytes to | ||
| 4 | regex for '^', '$', and '\0'. | ||
| 5 | |||
| 3 | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes | 6 | * alloc.c (allocate_string) [macintosh]: Call check_string_bytes |
| 4 | only if current_sblock has been initialized. | 7 | only if current_sblock has been initialized. |
| 5 | 8 | ||