comparison 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
comparison
equal deleted inserted replaced
262:9d8607af9e13 263:727739f917cb
64 (dirname, full, match, nosort, files_only)) 64 (dirname, full, match, nosort, files_only))
65 { 65 {
66 /* This function can GC. GC checked 1997.04.06. */ 66 /* This function can GC. GC checked 1997.04.06. */
67 DIR *d; 67 DIR *d;
68 Bytecount name_as_dir_length; 68 Bytecount name_as_dir_length;
69 Lisp_Object list, name, dirfilename = Qnil; 69 Lisp_Object list = Qnil, name, dirfilename = Qnil;
70 Lisp_Object handler; 70 Lisp_Object handler;
71 struct re_pattern_buffer *bufp = NULL; 71 struct re_pattern_buffer *bufp = NULL;
72 Lisp_Object name_as_dir = Qnil; 72 Lisp_Object name_as_dir = Qnil;
73 int speccount = specpdl_depth (); 73 int speccount = specpdl_depth ();
74 char *statbuf, *statbuf_tail; 74 char *statbuf, *statbuf_tail;