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

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

bug#27817: 26.0.50; Dired: Support eshell/ls from the beginning if user


From: Noam Postavsky
Subject: bug#27817: 26.0.50; Dired: Support eshell/ls from the beginning if user want to
Date: Tue, 25 Jul 2017 10:48:24 -0400

On Tue, Jul 25, 2017 at 10:38 AM, Tino Calancha <tino.calancha@gmail.com> wrote:
>>
>>
>>> +         (not (and (featurep 'eshell) (bound-and-true-p
>>> eshell-ls-use-in-dired)))
>>
>> quote eshell-ls-use-in-dired?
>
> I don't think so.  But i drank 2 beer so i migh be wrong...

bound-and-true-p is a macro, its argument doesn't need quoting. boundp
is a function, its argument does need quoting. Trips me up too.





reply via email to

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