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

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

bug#21573:


From: Jonas Bernoulli
Subject: bug#21573:
Date: Sat, 26 Mar 2016 11:07:31 +0100
User-agent: mu4e 0.9.17; emacs 25.0.92.1

Would it be possible to work around this by replacing

  (file-accessible-directory-p file)

with

  (and (file-directory-p file)
       (file-accessible-directory-p file))

or does `file-directory-p' suffer from the same issue?





reply via email to

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