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

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

arc-mode.el


From: Johan Bockgård
Subject: arc-mode.el
Date: Thu, 30 Jun 2005 19:12:40 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

In arc-mode.el there are 8 calls to `locate-file' of this kind:

    (locate-file "unzip" nil 'file-executable-p)

This doesn't work. PATH is nil so this will never find any files.
Also, PREDICATE should be the fourth argument, not the third.

And in any case, shouldn't executable-find suffice here?

-- 
Johan Bockgård




reply via email to

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