diff options
| author | Glenn Morris | 2012-08-01 21:06:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 21:06:38 -0700 |
| commit | 90df0db330dc6d168bf8cdb950a066a2916857ad (patch) | |
| tree | 66559d3760b877d67738b6dae44afcad62d9a153 /src/ChangeLog | |
| parent | 3f750e43e882ebff19fba2d243873dcdedce1dda (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-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". |