comparison src/ChangeLog @ 32845:e92097fd9144

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Oct 2000 03:02:29 +0000
parents 9e6054d90091
children 0e2ea6e876c5
comparison
equal deleted inserted replaced
32844:5aa0846c2995 32845:e92097fd9144
1 2000-10-24 Stefan Monnier <monnier@cs.yale.edu>
2
3 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
4 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
5 a symbol.
6
1 2000-10-24 Andrew Innes <andrewi@gnu.org> 7 2000-10-24 Andrew Innes <andrewi@gnu.org>
2 8
3 * dired.c (directory_files_internal_unwind): New function. 9 * dired.c (directory_files_internal_unwind): New function.
4 (directory_files_internal): Use it to ensure closedir is called 10 (directory_files_internal): Use it to ensure closedir is called
5 even if expand-file-name or file-attributes throw, eg. because of 11 even if expand-file-name or file-attributes throw, eg. because of