emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only direct


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names
Date: Fri, 30 Oct 2015 10:05:07 +0200

> From: Richard Stallman <address@hidden>
> CC: address@hidden, address@hidden,
>       address@hidden, address@hidden
> Date: Thu, 29 Oct 2015 21:34:56 -0400
> 
> I thought that load-path normally contained directory names
> and always had.   It seems this is not so now.  If that was
> the case in the past too, then I see no reason to change it now.

It was never the case.  I looked through the history right up to the
first commit, when this code was born, and it always used
directory-files to collect the directories, and then just added them
to the list.  This procedure doesn't add trailing slashes.

I guess this closes this case.  Thanks.



reply via email to

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