/[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.90 by eliz, Sat Oct 13 12:21:36 2001 UTC revision 1.91 by pj, Fri Nov 2 20:21:57 2001 UTC
# Line 156  directory_files_internal (directory, ful Line 156  directory_files_internal (directory, ful
156    
157    if (!NILP (match))    if (!NILP (match))
158      {      {
159        CHECK_STRING (match, 3);        CHECK_STRING (match);
160    
161        /* MATCH might be a flawed regular expression.  Rather than        /* MATCH might be a flawed regular expression.  Rather than
162           catching and signaling our own errors, we just call           catching and signaling our own errors, we just call
# Line 488  file_name_completion (file, dirname, all Line 488  file_name_completion (file, dirname, all
488      readfunc = readdirver;      readfunc = readdirver;
489    file = Fupcase (file);    file = Fupcase (file);
490  #else  /* not VMS */  #else  /* not VMS */
491    CHECK_STRING (file, 0);    CHECK_STRING (file);
492  #endif /* not VMS */  #endif /* not VMS */
493    
494  #ifdef FILE_SYSTEM_CASE  #ifdef FILE_SYSTEM_CASE

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

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