Kaushal <kaushal.m...@gmail.com> 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