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: Kaushal
Subject: Re: [O] elpa upgrade to 8.3.1 on emacs 24.5
Date: Thu, 6 Aug 2015 11:06:07 -0400

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))



--
Kaushal Modi

On Thu, Aug 6, 2015 at 10:18 AM, Paul Schlesinger <address@hidden> wrote:
When I open an org file I get
File mode specification error: (invalid-function setq-local)

I just upgraded so I don't know of any other problems

Paul Schlesinger

--
Paul H. Schlesinger MD, PhD
Washington University School of Medicine


reply via email to

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