/[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.426 by monnier, Sat Nov 17 01:24:01 2001 UTC revision 1.427 by rms, Sat Nov 17 21:08:43 2001 UTC
# Line 4680  This does code conversion according to t Line 4680  This does code conversion according to t
4680  #endif /* VMS */  #endif /* VMS */
4681    Lisp_Object handler;    Lisp_Object handler;
4682    Lisp_Object visit_file;    Lisp_Object visit_file;
4683    Lisp_Object annotations = Qnil;    Lisp_Object annotations;
4684    Lisp_Object encoded_filename;    Lisp_Object encoded_filename;
4685    int visiting = (EQ (visit, Qt) || STRINGP (visit));    int visiting = (EQ (visit, Qt) || STRINGP (visit));
4686    int quietly = !NILP (visit);    int quietly = !NILP (visit);
# Line 4718  This does code conversion according to t Line 4718  This does code conversion according to t
4718    if (NILP (lockname))    if (NILP (lockname))
4719      lockname = visit_file;      lockname = visit_file;
4720    
4721      annotations = Qnil;
4722    
4723    GCPRO5 (start, filename, annotations, visit_file, lockname);    GCPRO5 (start, filename, annotations, visit_file, lockname);
4724    
4725    /* If the file name has special constructs in it,    /* If the file name has special constructs in it,

Legend:
Removed from v.1.426  
changed lines
  Added in v.1.427

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