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

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

Re: Functions returning functions in Emacs Lisp


From: Lennart Borgman (gmail)
Subject: Re: Functions returning functions in Emacs Lisp
Date: Wed, 16 Apr 2008 15:33:09 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Its already there, just do a (require 'cl)


Or even better

  (eval-when-compile (require 'cl))

as elisp info says.




reply via email to

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