changeset 42193:e5cc759e1ee7

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 19 Dec 2001 19:00:44 +0000
parents bd23b0c564d9
children 98e4b2a1b394
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 19 18:56:44 2001 +0000
+++ b/src/ChangeLog	Wed Dec 19 19:00:44 2001 +0000
@@ -1,5 +1,12 @@
 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* w32.c (emacs_root_dir): New function.
+
+	* msdos.c (emacs_root_dir): New function.
+
+	* fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
+	of the current drive as the fallback for default_directory.
+
 	* dired.c (file_name_completion): Run the elements of
 	completion-ignored-extensions through ENCODE_FILE.