diff options
| author | Paul Eggert | 2015-10-21 20:26:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-10-21 20:26:49 -0700 |
| commit | cd428600c2037731e74cd97a05f3cab766519b6a (patch) | |
| tree | 4968f75c4fcce3553cb4ff790753fbc17637b76f /src | |
| parent | f373e812d95e1822833f88db024e011a769998b4 (diff) | |
| download | emacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz emacs-cd428600c2037731e74cd97a05f3cab766519b6a.zip | |
Spelling fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index d7c0a2f2b3c..5e99a2764aa 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -1642,7 +1642,7 @@ | |||
| 1642 | * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc | 1642 | * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc |
| 1643 | and malloc. | 1643 | and malloc. |
| 1644 | * search.c: Since the regexp routines can malloc, BLOCK_INPUT | 1644 | * search.c: Since the regexp routines can malloc, BLOCK_INPUT |
| 1645 | while runing them. #include blockinput.h. | 1645 | while running them. #include blockinput.h. |
| 1646 | * sysdep.c: #include blockinput.h. Call xfree and xmalloc instead | 1646 | * sysdep.c: #include blockinput.h. Call xfree and xmalloc instead |
| 1647 | of free and malloc. BLOCK_INPUT around routines which we know | 1647 | of free and malloc. BLOCK_INPUT around routines which we know |
| 1648 | will call malloc. | 1648 | will call malloc. |