emacs-devel
[Top][All Lists]
Advanced

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

Re: read-directory-name


From: Luc Teirlinck
Subject: Re: read-directory-name
Date: Fri, 6 May 2005 21:56:13 -0500 (CDT)

>From my previous reply:

   Sorry, that was wrong.  It should have been:

      !           (if initial (concat dir initial) dir default-directory)))

Obviously, that was even _more_ wrong.
It should have been the following, as in Juri's original patch:

-         (if initial (concat dir initial) default-directory)))
+         (or (if initial (concat dir initial))
+             dir
+             default-directory)))


Sincerely,

Luc.





reply via email to

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