>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.



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to