aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-10-21 20:26:21 -0700
committerPaul Eggert2015-10-21 20:26:49 -0700
commitcd428600c2037731e74cd97a05f3cab766519b6a (patch)
tree4968f75c4fcce3553cb4ff790753fbc17637b76f
parentf373e812d95e1822833f88db024e011a769998b4 (diff)
downloademacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz
emacs-cd428600c2037731e74cd97a05f3cab766519b6a.zip
Spelling fixes
-rw-r--r--lib-src/ChangeLog.12
-rw-r--r--lisp/ChangeLog.52
-rw-r--r--src/ChangeLog.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 0bb24c375e7..5b4154040da 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -456,7 +456,7 @@
456 * update-game-score.c: Include inttypes.h, stdbool.h. 456 * update-game-score.c: Include inttypes.h, stdbool.h.
457 (min): New macro, if not already defined. 457 (min): New macro, if not already defined.
458 (MAX_SCORES, main): Limit the maximum number of scores only from 458 (MAX_SCORES, main): Limit the maximum number of scores only from
459 limits imposed by the underyling platform, instead of the 459 limits imposed by the underlying platform, instead of the
460 arbitrary value 200. 460 arbitrary value 200.
461 (struct score_entry, main, read_score, write_score): 461 (struct score_entry, main, read_score, write_score):
462 Scores are now intmax_t, not long. 462 Scores are now intmax_t, not long.
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index 85f8fc161b6..6103eaff416 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -8261,7 +8261,7 @@
8261 * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail. 8261 * rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail.
8262 8262
8263 * compile.el (compilation-next-error-locus): Don't call 8263 * compile.el (compilation-next-error-locus): Don't call
8264 compilation-forget-errors if compilation is still runing. 8264 compilation-forget-errors if compilation is still running.
8265 8265
82661994-07-11 Erik Naggum (erik@naggum.no) 82661994-07-11 Erik Naggum (erik@naggum.no)
8267 8267
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.