diff options
| author | Eli Zaretskii | 2001-08-31 15:09:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-31 15:09:40 +0000 |
| commit | 490468dcffd66ab9ea64bc1204ac9692dc530e8c (patch) | |
| tree | a39331ac9538689bf4709f33c0219b75c465b3cd | |
| parent | 110e58a417b8a92413fb72426cbc1ae21959d92b (diff) | |
| download | emacs-490468dcffd66ab9ea64bc1204ac9692dc530e8c.tar.gz emacs-490468dcffd66ab9ea64bc1204ac9692dc530e8c.zip | |
Fix two typos.
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 972231e7291..c1c6a21b39a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 2001-08-30 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-08-30 Gerd Moellmann <gerd@gnu.org> |
| 7 | 7 | ||
| 8 | * emacs.c (shut_down_emacs): Don't call check_glyph_memory | 8 | * emacs.c (shut_down_emacs): Don't call check_glyph_memory |
| 9 | and check_message_stack if temrinating normally. We want | 9 | and check_message_stack if terminating abnormally. We want |
| 10 | glyph matrices etc. in a core dump. | 10 | glyph matrices etc. in a core dump. |
| 11 | 11 | ||
| 12 | * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. | 12 | * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. |