comparison src/ChangeLog @ 91551:f14242124fd7

* process.c (Fstart_process): * callproc.c (Fcall_process): Handle the case where Funhandled_file_name_directory returns nil.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 Feb 2008 03:16:10 +0000
parents 83267bc0360a
children e3dc80ad2009
comparison
equal deleted inserted replaced
91550:83267bc0360a 91551:f14242124fd7
1 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * process.c (Fstart_process):
4 * callproc.c (Fcall_process): Handle the case where
5 Funhandled_file_name_directory returns nil.
2 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
6 we know it's really a gstring. 10 we know it's really a gstring.