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

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

Re: Simple elisp problem with concat


From: Arne Jørgensen
Subject: Re: Simple elisp problem with concat
Date: Mon, 25 Apr 2005 22:28:57 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

exits funnel <exitsfunnel@yahoo.com> writes:

> Why doesn't this line work?
>
> (load-file concat("~/jdestuff"
> "/cedet/cedet-1.0beta2b/common/cedet.el"))

(load-file (concat "~/jdestuff"
"/cedet/cedet-1.0beta2b/common/cedet.el"))

Kind regards,
-- 
Arne Jørgensen <http://arnested.dk/>





reply via email to

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