comparison src/dired.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents a8d8f419b459
children 13a418960a88
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
288 return Qnil; 288 return Qnil;
289 } 289 }
290 290
291 static Lisp_Object 291 static Lisp_Object
292 file_name_completion (Lisp_Object file, Lisp_Object directory, int all_flag, 292 file_name_completion (Lisp_Object file, Lisp_Object directory, int all_flag,
293 int ver_flag) 293 int UNUSED (ver_flag))
294 { 294 {
295 /* This function can GC */ 295 /* This function can GC */
296 DIR *d = 0; 296 DIR *d = 0;
297 int matchcount = 0; 297 int matchcount = 0;
298 Lisp_Object bestmatch = Qnil; 298 Lisp_Object bestmatch = Qnil;