diff src/dired.c @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents f220cc83d72e
children 966663fcf606
line wrap: on
line diff
--- a/src/dired.c	Mon Aug 13 10:23:52 2007 +0200
+++ b/src/dired.c	Mon Aug 13 10:24:41 2007 +0200
@@ -66,7 +66,7 @@
   /* This function can GC.  GC checked 1997.04.06. */
   DIR *d;
   Bytecount name_as_dir_length;
-  Lisp_Object list, name, dirfilename = Qnil;
+  Lisp_Object list = Qnil, name, dirfilename = Qnil;
   Lisp_Object handler;
   struct re_pattern_buffer *bufp = NULL;
   Lisp_Object name_as_dir = Qnil;