comparison src/ChangeLog @ 94037:d864a5e618e0

(Fexpand_file_name): Tighten the scope of `p' and `o' vars. Relocate `nm' after calling DECODE_FILE, in case the GC was run.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 12 Apr 2008 05:12:18 +0000
parents d3bf833831d6
children bfa6c843b638
comparison
equal deleted inserted replaced
94036:d669760bc2f0 94037:d864a5e618e0
1 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
4 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
5
1 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca> 6 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * keymap.h (map_keymap_canonical): Declare. 8 * keymap.h (map_keymap_canonical): Declare.
4 * xmenu.c (single_keymap_panes): Use it. 9 * xmenu.c (single_keymap_panes): Use it.
5 10