emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dired.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dired.c
Date: Fri, 04 Apr 2003 01:23:49 -0500

Index: emacs/src/dired.c
diff -c emacs/src/dired.c:1.103 emacs/src/dired.c:1.104
*** emacs/src/dired.c:1.103     Tue Feb  4 09:03:12 2003
--- emacs/src/dired.c   Sun Feb 23 05:48:29 2003
***************
*** 153,159 ****
       Ffuncall, and cause a GC.  */
    list = encoded_directory = dirfilename = Qnil;
    GCPRO5 (match, directory, list, dirfilename, encoded_directory);
-   directory = Fexpand_file_name (directory, Qnil);
    dirfilename = Fdirectory_file_name (directory);
  
    if (!NILP (match))
--- 153,158 ----
***************
*** 345,350 ****
--- 344,350 ----
       Lisp_Object directory, full, match, nosort;
  {
    Lisp_Object handler;
+   directory = Fexpand_file_name (directory, Qnil);
  
    /* If the file name has special constructs in it,
       call the corresponding file handler.  */
***************
*** 378,383 ****
--- 378,384 ----
       Lisp_Object directory, full, match, nosort;
  {
    Lisp_Object handler;
+   directory = Fexpand_file_name (directory, Qnil);
  
    /* If the file name has special constructs in it,
       call the corresponding file handler.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]