emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] elpa upgrade to 8.3.1 on emacs 24.5


From: Kyle Meyer
Subject: Re: [O] elpa upgrade to 8.3.1 on emacs 24.5
Date: Sat, 08 Aug 2015 03:35:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Kaushal <address@hidden> wrote:
> That's odd. `setq-local` macro was added in emacs 24.3; it is in subr.el.
>
> (defmacro setq-local (var val)
>   "Set variable VAR to value VAL in current buffer."
>   ;; Can't use backquote here, it's too early in the bootstrap.
>   (list 'set (list 'make-local-variable (list 'quote var)) val))

Perhaps this is an issue with compiling during the update:
http://permalink.gmane.org/gmane.emacs.orgmode/99689

--
Kyle



reply via email to

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