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

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

Re: "Void function setf" in emacs 24.1


From: Klaus-Dieter Bauer
Subject: Re: "Void function setf" in emacs 24.1
Date: Thu, 27 Jun 2013 14:16:03 +0200

Thanks for the answer.

Apparently the reprecation of (require 'cl) in favor of (require 'cl-lib)
and setf being from cl.el rather than gv.el does indeed still apply to 24.1
(based on the information in Steve Berman's answer). Which basically means
that all the code I'm writing only works 24.3 forward (maybe 24.2).


2013/6/27 Teemu Likonen <tlikonen@iki.fi>

> Klaus-Dieter Bauer [2013-06-27 11:17:28 +02:00] wrote:
>
> > Am I just wrong and setf was introduced as a default autoload after
> > 24.1?
>
> SETF is a macro in the Common Lisp language. You can get it to Emacs
> Lisp by calling (require 'cl).
>


reply via email to

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