emacs-devel
[Top][All Lists]
Advanced

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

Re: Evil defvars in org.el


From: Miles Bader
Subject: Re: Evil defvars in org.el
Date: Sat, 28 Apr 2012 09:15:30 +0900

"Drew Adams" <address@hidden> writes:
> How is it that Common Lisp apparently has no need for something like
> `dlet'?  Is it because it has a namespace system ("packages")?  (Not
> rhetorical questions.)

It has somethig like dlet:

  (let ((foo ...))
    (declare (special foo))
    ...)

-miles

-- 
The key to happiness
 is having dreams.      [from a fortune cookie]



reply via email to

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