aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-08-26 20:22:17 +0000
committerDan Nicolaescu2009-08-26 20:22:17 +0000
commit5654bf6320a8469c5ea37a8aa09b2c16f773865e (patch)
tree8f215fa275e1483c4de7ad13124fe953f11a2a53 /src/ChangeLog
parent7b3a82d7e39fd42c1e1c096935758902fa48c2cb (diff)
downloademacs-5654bf6320a8469c5ea37a8aa09b2c16f773865e.tar.gz
emacs-5654bf6320a8469c5ea37a8aa09b2c16f773865e.zip
(Fcall_process): Remove always true #if.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37f2566ffbe..8fd6875edaa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-08-26 Dan Nicolaescu <dann@ics.uci.edu> 12009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * callproc.c (Fcall_process): Remove always true #if.
4
3 * lisp.h: Replace #if 0 code for checking with text pointing to 5 * lisp.h: Replace #if 0 code for checking with text pointing to
4 the --enable-checking configure flag. 6 the --enable-checking configure flag.
5 7