diff options
| author | Stefan Monnier | 2008-02-06 03:16:10 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-06 03:16:10 +0000 |
| commit | ca3199106fe185dd5d42e5086a7e5c4f7ea10659 (patch) | |
| tree | efb194ceb0a413d37973cfdebd24ab574c1d0d3c /src/ChangeLog | |
| parent | f9ffa1eabb499f073b72015041ac2ed1d10f34e7 (diff) | |
| download | emacs-ca3199106fe185dd5d42e5086a7e5c4f7ea10659.tar.gz emacs-ca3199106fe185dd5d42e5086a7e5c4f7ea10659.zip | |
* process.c (Fstart_process):
* callproc.c (Fcall_process): Handle the case where
Funhandled_file_name_directory returns nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88ed0a7f4c9..b06d4d45525 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * process.c (Fstart_process): | ||
| 4 | * callproc.c (Fcall_process): Handle the case where | ||
| 5 | Funhandled_file_name_directory returns nil. | ||
| 6 | |||
| 3 | * font.h (enum lgstring_indices, enum lglyph_indices): New enums. | 7 | * font.h (enum lgstring_indices, enum lglyph_indices): New enums. |
| 4 | (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros. | 8 | (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros. |
| 5 | * font.c (check_gstring): Use them and AREF to access the vector before | 9 | * font.c (check_gstring): Use them and AREF to access the vector before |