1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(file_name_completion): Don't step on dirname.

This commit is contained in:
Karl Heuer 1994-03-29 00:57:07 +00:00
parent b1b12a8ee9
commit af5d2b69af

View File

@ -308,7 +308,6 @@ file_name_completion (file, dirname, all_flag, ver_flag)
file = FILE_SYSTEM_CASE (file);
#endif
bestmatch = Qnil;
dirname = Qnil;
GCPRO3 (file, dirname, bestmatch);
dirname = Fexpand_file_name (dirname, Qnil);