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

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

bug#41261: 27.0.90; Dired default file operation target no longer guesse


From: Juri Linkov
Subject: bug#41261: 27.0.90; Dired default file operation target no longer guessed
Date: Fri, 15 May 2020 01:41:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> I went ahead and wrote the patch.
>
>  (defun dired-dwim-target-directories ()
> -  (cond ((functionp dired-dwim-target)
> -         (funcall dired-dwim-target))
> -        (dired-dwim-target
> -         (dired-dwim-target-next))))
> +  (if (functionp dired-dwim-target)
> +      (funcall dired-dwim-target)
> +    (dired-dwim-target-next)))

Thanks, please push your patch that fixes the regression.





reply via email to

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