/[emacs]/emacs/src/dired.c
ViewVC logotype

Diff of /emacs/src/dired.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.112 by monnier, Thu Mar 24 19:12:26 2005 UTC revision 1.113 by monnier, Thu Mar 24 22:06:36 2005 UTC
# Line 906  Elements of the attribute list are: Line 906  Elements of the attribute list are:
906  #endif  #endif
907    char modes[10];    char modes[10];
908    Lisp_Object handler;    Lisp_Object handler;
909      struct gcpro gcpro1;
910    
911    filename = Fexpand_file_name (filename, Qnil);    filename = Fexpand_file_name (filename, Qnil);
912    
# Line 921  Elements of the attribute list are: Line 922  Elements of the attribute list are:
922          return call3 (handler, Qfile_attributes, filename, id_format);          return call3 (handler, Qfile_attributes, filename, id_format);
923      }      }
924    
925      GCPRO1 (filename);
926    encoded = ENCODE_FILE (filename);    encoded = ENCODE_FILE (filename);
927      UNGCPRO;
928    
929    if (lstat (SDATA (encoded), &s) < 0)    if (lstat (SDATA (encoded), &s) < 0)
930      return Qnil;      return Qnil;

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26