/[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.449.2.9 by miles, Tue May 11 02:37:53 2004 UTC revision 1.449.2.10 by miles, Tue Jul 6 09:23:53 2004 UTC
# Line 6198  provides a file dialog box.  */) Line 6198  provides a file dialog box.  */)
6198    
6199    if (NILP (dir))    if (NILP (dir))
6200      dir = current_buffer->directory;      dir = current_buffer->directory;
6201      if (NILP (Ffile_name_absolute_p (dir)))
6202        dir = Fexpand_file_name (dir, Qnil);
6203    if (NILP (default_filename))    if (NILP (default_filename))
6204      default_filename = !NILP (initial)      default_filename
6205        ? Fexpand_file_name (initial, dir)        = (!NILP (initial)
6206        : current_buffer->filename;           ? Fexpand_file_name (initial, dir)
6207             : current_buffer->filename);
6208    
6209    /* If dir starts with user's homedir, change that to ~. */    /* If dir starts with user's homedir, change that to ~. */
6210    homedir = (char *) egetenv ("HOME");    homedir = (char *) egetenv ("HOME");

Legend:
Removed from v.1.449.2.9  
changed lines
  Added in v.1.449.2.10

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