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

Diff of /emacs/src/fileio.c

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

revision 1.429 by monnier, Mon Nov 26 22:54:37 2001 UTC revision 1.430 by rms, Thu Nov 29 00:52:55 2001 UTC
# Line 336  use the standard functions without calli Line 336  use the standard functions without calli
336       Lisp_Object filename, operation;       Lisp_Object filename, operation;
337  {  {
338    /* This function must not munge the match data.  */    /* This function must not munge the match data.  */
339    Lisp_Object chain, inhibited_handlers, result = Qnil;    Lisp_Object chain, inhibited_handlers, result;
340    int pos = -1;    int pos = -1;
341    
342      result = Qnil;
343    CHECK_STRING (filename);    CHECK_STRING (filename);
344    
345    if (EQ (operation, Vinhibit_file_name_operation))    if (EQ (operation, Vinhibit_file_name_operation))

Legend:
Removed from v.1.429  
changed lines
  Added in v.1.430

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