diff options
| author | Stefan Monnier | 2011-02-18 12:37:30 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-18 12:37:30 -0500 |
| commit | cbe81f1d96ca482c15d583cfd4a196d38af87972 (patch) | |
| tree | 8f0bbba3d3d444ea812d696e3d4cb45eb1543486 /src/ChangeLog | |
| parent | aa56f3613e788df186bef09e2b5414428140377a (diff) | |
| download | emacs-cbe81f1d96ca482c15d583cfd4a196d38af87972.tar.gz emacs-cbe81f1d96ca482c15d583cfd4a196d38af87972.zip | |
* alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.
* process.c (Fstart_process, Fmake_serial_process)
(Fmake_network_process, server_accept_connection):
Use empty_unibyte_string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9839c7fcc98..dea7b2547fd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * process.c (Fstart_process, Fmake_serial_process) | ||
| 4 | (Fmake_network_process, server_accept_connection): | ||
| 5 | Use empty_unibyte_string. | ||
| 6 | |||
| 7 | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly. | ||
| 8 | |||
| 3 | * lread.c (Qdir_ok): New constant. | 9 | * lread.c (Qdir_ok): New constant. |
| 4 | (syms_of_lread): Initialize it. | 10 | (syms_of_lread): Initialize it. |
| 5 | (openp): Don't ignore directories if the predicate returns dir-ok. | 11 | (openp): Don't ignore directories if the predicate returns dir-ok. |