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

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

bug#37236: 25.1; dired fails on pCloud drive


From: Damon Permezel
Subject: bug#37236: 25.1; dired fails on pCloud drive
Date: Sat, 31 Aug 2019 16:41:20 +1000

That does indeed address the issue.
Thanks for that!

On 31 Aug 2019, at 01:20, Eli Zaretskii <eliz@gnu.org> wrote:

-  (if (and (null (cdr (assoc ".." file-alist)))
+  (if (and (consp (assoc ".." file-alist))
+           (null (cdr (assoc ".." file-alist)))
   (cdr (assoc "." file-alist)))

Attachment: signature.asc
Description: Message signed with OpenPGP


reply via email to

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