bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarch


From: Juanma Barranquero
Subject: bug#10489: 24.0.92; dired-do-copy may create infinite directory hierarchy
Date: Fri, 13 Jan 2012 14:18:57 +0100

>  (compare-strings (file-truename (expand-file-name name1 dir)) 0 nil
>                   (file-truename (expand-file-name name2 dir)) 0 nil
>                   read-file-name-completion-ignore-case))

I think we should push for it to be added to Emacs, if only for the
thrill of having a ChangeLog entry

2012-01-13  Michael Albinus <michael.albinus@gmx.de>
            Juanma Barranquero  <lekktu@gmail.com>
            Eli Zaretskii <eliz@gnu.org>

        * files.el (file-name-compare): New function.

i.e., three authors for a three-line function (plus header and comments) ;-)

    Juanma





reply via email to

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