From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: elpa upgrade to 8.3.1 on emacs 24.5 Date: Sat, 08 Aug 2015 03:35:55 -0400 Message-ID: <87bneikzac.fsf@kmlap.domain.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyfi-00075M-S9 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNyfd-0004qW-T2 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:36:02 -0400 Received: from mail-qk0-f174.google.com ([209.85.220.174]:35387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyfd-0004q3-On for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:35:57 -0400 Received: by qkbm65 with SMTP id m65so44213060qkb.2 for ; Sat, 08 Aug 2015 00:35:57 -0700 (PDT) In-Reply-To: (Kaushal's message of "Thu, 6 Aug 2015 11:06:07 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kaushal Cc: Paul Schlesinger , emacs-org list Kaushal 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