comparison src/fileio.c @ 94826:4d2fe01917d3

(Fread_file_name): Remove reference to insdef, deleted 2008-04-23.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 May 2008 22:55:03 +0000
parents b47239d57d36
children a69e407ec0dd
comparison
equal deleted inserted replaced
94825:595265f1ca2d 94826:4d2fe01917d3
6148 Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate; 6148 Lisp_Object prompt, dir, default_filename, mustmatch, initial, predicate;
6149 { 6149 {
6150 struct gcpro gcpro1, gcpro2; 6150 struct gcpro gcpro1, gcpro2;
6151 Lisp_Object args[7]; 6151 Lisp_Object args[7];
6152 6152
6153 GCPRO2 (insdef, default_filename); 6153 GCPRO1 (default_filename);
6154 args[0] = intern ("read-file-name"); 6154 args[0] = intern ("read-file-name");
6155 args[1] = prompt; 6155 args[1] = prompt;
6156 args[2] = dir; 6156 args[2] = dir;
6157 args[3] = default_filename; 6157 args[3] = default_filename;
6158 args[4] = mustmatch; 6158 args[4] = mustmatch;