diff options
| author | Paul Eggert | 2011-12-11 21:32:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-11 21:32:49 -0800 |
| commit | 333f9019e29e9b6de3a7ec07448be1d364ba540b (patch) | |
| tree | fd19625604abbd2784e9c9de92c613ff965ea11d /src/ChangeLog.2 | |
| parent | 11636b221d2897aed5ca9a762d7b61afd20b6168 (diff) | |
| download | emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.zip | |
Spelling fixes.
Diffstat (limited to 'src/ChangeLog.2')
| -rw-r--r-- | src/ChangeLog.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index ba61c337efc..d3be0064610 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -2254,7 +2254,7 @@ | |||
| 2254 | Initialize save_color. | 2254 | Initialize save_color. |
| 2255 | 2255 | ||
| 2256 | * fileio.c, search.c, sysdep.c, filelock.c, editfns.c, process.c: | 2256 | * fileio.c, search.c, sysdep.c, filelock.c, editfns.c, process.c: |
| 2257 | Delete/replace unused/conditionalised variables | 2257 | Delete/replace unused/conditionalized variables |
| 2258 | 2258 | ||
| 2259 | 1987-01-15 Richard M. Stallman (rms@prep) | 2259 | 1987-01-15 Richard M. Stallman (rms@prep) |
| 2260 | 2260 | ||
| @@ -2632,7 +2632,7 @@ | |||
| 2632 | * fns.c: Fding requires an arg; pass Qnil. | 2632 | * fns.c: Fding requires an arg; pass Qnil. |
| 2633 | 2633 | ||
| 2634 | * m-alliant.h: define TEXT_START as 0x1000. | 2634 | * m-alliant.h: define TEXT_START as 0x1000. |
| 2635 | Don't define LIBS_STANDARD; the default (sharable) library | 2635 | Don't define LIBS_STANDARD; the default (shareable) library |
| 2636 | is said to work now. | 2636 | is said to work now. |
| 2637 | 2637 | ||
| 2638 | * alloc.c (mark_object): Now pass address of slot being marked. | 2638 | * alloc.c (mark_object): Now pass address of slot being marked. |
| @@ -4220,7 +4220,7 @@ | |||
| 4220 | Increase PURESIZE again (sigh) | 4220 | Increase PURESIZE again (sigh) |
| 4221 | 4221 | ||
| 4222 | * unexec.c (write_segment): | 4222 | * unexec.c (write_segment): |
| 4223 | Kludgey coercions ("(int)") to get this line to compile: | 4223 | Kludgy coercions ("(int)") to get this line to compile: |
| 4224 | nwrite = (((int) ptr + 128) & ~127) - (int) ptr; | 4224 | nwrite = (((int) ptr + 128) & ~127) - (int) ptr; |
| 4225 | Also changed incorrect ~128 to ~127. | 4225 | Also changed incorrect ~128 to ~127. |
| 4226 | 4226 | ||