aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-10 07:47:43 -0700
committerDan Nicolaescu2010-10-10 07:47:43 -0700
commit4cf3ad3065d38ec51d6da12d50a83d96860f7db8 (patch)
treec9da0e4432113dc8c90d980e29e7cf7801b656ba /src/ChangeLog
parent2cb72a755218d75ba7c1cb9bced3f2e31b3bd1dd (diff)
downloademacs-4cf3ad3065d38ec51d6da12d50a83d96860f7db8.tar.gz
emacs-4cf3ad3065d38ec51d6da12d50a83d96860f7db8.zip
* src/Makefile.in (CRT_DIR): Move near potential user.
(START_FILE): Move near CRT_DIR, it might use it.
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 b6cc2319406..181c6c55c10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,8 @@
12010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in: Use $(...) everywhere instead of ${...} 3 * Makefile.in: Use $(...) everywhere instead of ${...}
4 (CRT_DIR): Move near potential user.
5 (START_FILE): Move near CRT_DIR, it might use it.
4 6
5 * sysdep.c (LPASS8): Remove, unused. 7 * sysdep.c (LPASS8): Remove, unused.
6 (emacs_ospeed): Change from being a global to a local in the only 8 (emacs_ospeed): Change from being a global to a local in the only