emacs-devel
[Top][All Lists]
Advanced

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

Re: `concat' a dir and a file (was: Strange `file-name-sans-extension' b


From: Stefan Monnier
Subject: Re: `concat' a dir and a file (was: Strange `file-name-sans-extension' behavior )
Date: Mon, 19 Aug 2002 11:32:25 -0400

> It's the case of application code doing (concat dir "/" file) is what
> worries me.

These are wrong anyway.  (concat (file-name-as-directory dir) file) is
what they should use instead (at least as long as there is no
expand-relative-file-name function).


        Stefan





reply via email to

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