[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only direct
From: |
Nicolas Richard |
Subject: |
Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names |
Date: |
Mon, 23 Nov 2015 15:14:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
> (But they should use (concat d "/" toto), of course.)
(info "(elisp) Directory Names") has:
--8<---------------cut here---------------start------------->8---
Don't try concatenating a slash by hand, as in
;;; Wrong!
(concat DIRFILE "/" RELFILE)
--8<---------------cut here---------------end--------------->8---
--
Nico.
- Re: [Emacs-diffs] master 4d3a595: `load-path' should contain only directory names,
Nicolas Richard <=