Mercurial > hg > xemacs-beta
diff src/callproc.c @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | ca9a9ec9c1c1 |
children | 558f606b08ae |
line wrap: on
line diff
--- a/src/callproc.c Mon Aug 13 10:29:43 2007 +0200 +++ b/src/callproc.c Mon Aug 13 10:30:37 2007 +0200 @@ -215,7 +215,8 @@ current_dir = Funhandled_file_name_directory (current_dir); current_dir = expand_and_dir_to_file (current_dir, Qnil); #if 0 - /* reportedly causes problems with ange-ftp-visited-files */ + /* This is in FSF, but it breaks everything in the presence of + ange-ftp-visited files, so away with it. */ if (NILP (Ffile_accessible_directory_p (current_dir))) report_file_error ("Setting current directory", Fcons (current_buffer->directory, Qnil));