mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Spelling fixes
This commit is contained in:
parent
f373e812d9
commit
cd428600c2
@ -456,7 +456,7 @@
|
||||
* update-game-score.c: Include inttypes.h, stdbool.h.
|
||||
(min): New macro, if not already defined.
|
||||
(MAX_SCORES, main): Limit the maximum number of scores only from
|
||||
limits imposed by the underyling platform, instead of the
|
||||
limits imposed by the underlying platform, instead of the
|
||||
arbitrary value 200.
|
||||
(struct score_entry, main, read_score, write_score):
|
||||
Scores are now intmax_t, not long.
|
||||
|
@ -8261,7 +8261,7 @@
|
||||
* rmail.el (rmail-mode-map): Add "Get New Mail" menu item under Mail.
|
||||
|
||||
* compile.el (compilation-next-error-locus): Don't call
|
||||
compilation-forget-errors if compilation is still runing.
|
||||
compilation-forget-errors if compilation is still running.
|
||||
|
||||
1994-07-11 Erik Naggum (erik@naggum.no)
|
||||
|
||||
|
@ -1642,7 +1642,7 @@
|
||||
* keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
|
||||
and malloc.
|
||||
* search.c: Since the regexp routines can malloc, BLOCK_INPUT
|
||||
while runing them. #include blockinput.h.
|
||||
while running them. #include blockinput.h.
|
||||
* sysdep.c: #include blockinput.h. Call xfree and xmalloc instead
|
||||
of free and malloc. BLOCK_INPUT around routines which we know
|
||||
will call malloc.
|
||||
|
Loading…
Reference in New Issue
Block a user