emacs-devel
[Top][All Lists]
Advanced

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

Re: assoc-delete-all


From: Juri Linkov
Subject: Re: assoc-delete-all
Date: Tue, 05 Jul 2005 08:27:45 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> Is the following patch not right?
>
> *** dired-aux.el      03 Jul 2005 12:12:32 -0400      1.133
> --- dired-aux.el      04 Jul 2005 15:01:37 -0400      
> ***************
> *** 136,141 ****
> --- 136,143 ----
>                         (dired-file-set-difference
>                          file-alist2 file-alist1
>                      predicate))))
> +     (setq file-list1 (delete "." (delete ".." file-list1)))
> +     (setq file-list2 (delete "." (delete ".." file-list2)))
>       (dired-fun-in-all-buffers
>        dir1 nil
>        (lambda ()

This doesn't work because file names in file-list1 and file-list2
are absolute.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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