aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-10 07:43:05 -0700
committerDan Nicolaescu2010-10-10 07:43:05 -0700
commit2cb72a755218d75ba7c1cb9bced3f2e31b3bd1dd (patch)
tree3ab76a159a70c7f6d41f70836d40b27a886ba41a /src/ChangeLog
parent4c62015720b45e78ed358a369626339ac34d4fbc (diff)
downloademacs-2cb72a755218d75ba7c1cb9bced3f2e31b3bd1dd.tar.gz
emacs-2cb72a755218d75ba7c1cb9bced3f2e31b3bd1dd.zip
* src/Makefile.in: Use $(...) everywhere instead of ${...}
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 78f28189ffe..b6cc2319406 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
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 ${...}
4
3 * sysdep.c (LPASS8): Remove, unused. 5 * sysdep.c (LPASS8): Remove, unused.
4 (emacs_ospeed): Change from being a global to a local in the only 6 (emacs_ospeed): Change from being a global to a local in the only
5 user: init_baud_rate. 7 user: init_baud_rate.