aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.2
diff options
context:
space:
mode:
authorPaul Eggert2014-11-24 17:14:29 -0800
committerPaul Eggert2014-11-24 17:16:27 -0800
commitf24c8f98ec50a3725ccf793dbd09752fec79a3a1 (patch)
tree2814140989d7816c083b1a4c79f733746827fb84 /src/ChangeLog.2
parent4e7112e8a32e537044341a38749bbdc8c234c134 (diff)
downloademacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.tar.gz
emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.zip
Fix white-space problems in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.2')
-rw-r--r--src/ChangeLog.26
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index c852328d61a..f8fc9b1c813 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -2508,7 +2508,7 @@
2508 If `suspend-emacs-hook' returns t don't suspend 2508 If `suspend-emacs-hook' returns t don't suspend
2509 -- assume the hook did the equivalent of `suspending' for us 2509 -- assume the hook did the equivalent of `suspending' for us
2510 (including calling suspend-resume-hook if necessary.) 2510 (including calling suspend-resume-hook if necessary.)
2511 Otherwise, call sys_suspend and so forth normally. 2511 Otherwise, call sys_suspend and so forth normally.
2512 2512
25131986-12-20 Richard M. Stallman (rms@prep) 25131986-12-20 Richard M. Stallman (rms@prep)
2514 2514
@@ -4050,7 +4050,7 @@
4050 4050
40511986-08-21 Richard Mlynarik (mly@prep) 40511986-08-21 Richard Mlynarik (mly@prep)
4052 4052
4053 * process.c (handle_process_output): 4053 * process.c (handle_process_output):
4054 do a set-buffer back to original buffer 4054 do a set-buffer back to original buffer
4055 after calling a process' filter function so that 4055 after calling a process' filter function so that
4056 all filter functions needn't save-excursion. 4056 all filter functions needn't save-excursion.
@@ -4221,7 +4221,7 @@
4221 4221
4222 * unexec.c (write_segment): 4222 * unexec.c (write_segment):
4223 Kludgy 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
4227 * process.c: 4227 * process.c: