Mercurial > emacs
diff src/ChangeLog @ 32827:130ac4062989
*** empty log message ***
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Tue, 24 Oct 2000 14:45:36 +0000 |
| parents | 3e1d004030c5 |
| children | 91d978fbe967 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 24 14:45:19 2000 +0000 +++ b/src/ChangeLog Tue Oct 24 14:45:36 2000 +0000 @@ -1,3 +1,11 @@ +2000-10-24 Andrew Innes <andrewi@gnu.org> + + * dired.c (directory_files_internal_unwind): New function. + (directory_files_internal): Use it to ensure closedir is called + even if expand-file-name or file-attributes throw, eg. because of + a user interrupt. Also enable immediate_quit while calling + re_search, so that matching can be interrupted as well. + 2000-10-24 Gerd Moellmann <gerd@gnu.org> * window.c (size_window): Prevent setting window's width or
