# HG changeset patch # User Eli Zaretskii # Date 976201409 0 # Node ID 120858fee7ccb847e8266d234b2ac10e6e85c9cd # Parent 3d60bae71cd9d310b5988d28e38c6f1b187b1e76 *** empty log message *** diff -r 3d60bae71cd9 -r 120858fee7cc lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 07 15:01:59 2000 +0000 +++ b/lisp/ChangeLog Thu Dec 07 15:03:29 2000 +0000 @@ -1,5 +1,8 @@ 2000-12-07 Eli Zaretskii + * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore + the CVS and RCS subdirectories case-insensitively. + * dired.el (dired-insert-directory): If file-system-info is fboundp, call it instead of invoking dired-free-space-program. diff -r 3d60bae71cd9 -r 120858fee7cc src/ChangeLog --- a/src/ChangeLog Thu Dec 07 15:01:59 2000 +0000 +++ b/src/ChangeLog Thu Dec 07 15:03:29 2000 +0000 @@ -1,3 +1,8 @@ +2000-12-07 Eli Zaretskii + + * dosfns.c (Ffile_system_info): New function. + (syms_of_dosfns): Defsubr it. + 2000-12-07 Stefan Monnier * alloc.c (gc_sweep): Add comment.