aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 21:06:38 -0700
committerGlenn Morris2012-08-01 21:06:38 -0700
commit90df0db330dc6d168bf8cdb950a066a2916857ad (patch)
tree66559d3760b877d67738b6dae44afcad62d9a153 /src/ChangeLog
parent3f750e43e882ebff19fba2d243873dcdedce1dda (diff)
downloademacs-90df0db330dc6d168bf8cdb950a066a2916857ad.tar.gz
emacs-90df0db330dc6d168bf8cdb950a066a2916857ad.zip
* src/nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR
(rather than hard-coding the path separator).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3954d489251..e10550957c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-08-02 Glenn Morris <rgm@gnu.org>
2
3 * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than
4 hard-coding the path separator.
5
12012-08-01 Paul Eggert <eggert@cs.ucla.edu> 62012-08-01 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Use "ASET (a, i, v)" rather than "AREF (a, i) = v". 8 Use "ASET (a, i, v)" rather than "AREF (a, i) = v".