comparison src/dired.c @ 75216:4ffeb7d1d7ba

(Ffile_attributes): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Jan 2007 21:45:34 +0000
parents 248d2b5b7577
children 9d80f63e45cf 95d0cdf160ea
comparison
equal deleted inserted replaced
75215:831d902bd854 75216:4ffeb7d1d7ba
928 struct stat sdir; 928 struct stat sdir;
929 #endif 929 #endif
930 char modes[10]; 930 char modes[10];
931 Lisp_Object handler; 931 Lisp_Object handler;
932 struct gcpro gcpro1; 932 struct gcpro gcpro1;
933 int uid, gid, ino; 933 EMACS_INT uid, gid, ino;
934 934
935 filename = Fexpand_file_name (filename, Qnil); 935 filename = Fexpand_file_name (filename, Qnil);
936 936
937 /* If the file name has special constructs in it, 937 /* If the file name has special constructs in it,
938 call the corresponding file handler. */ 938 call the corresponding file handler. */