From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Current patches to make org-mode run on XEmacs Date: Sat, 22 Oct 2011 15:34:29 +0200 Message-ID: <87ehy5f8uy.fsf@gnu.org> References: <186507A2-FAF1-4229-8ABB-9C3D904C163F@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHbho-00015j-Is for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 09:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHbhn-00017j-Ib for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 09:33:44 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:33314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHbhn-00017d-BR for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 09:33:43 -0400 Received: by wyg34 with SMTP id 34so5727261wyg.0 for ; Sat, 22 Oct 2011 06:33:42 -0700 (PDT) In-Reply-To: (Michael Sperber's message of "Sat, 22 Oct 2011 15:03:48 +0200") 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: Michael Sperber Cc: emacs-orgmode@gnu.org, Carsten Dominik Michael Sperber writes: > Thanks. One bit slipped through: > > diff --git a/lisp/ob-calc.el b/lisp/ob-calc.el > index 14d7d5d..44ed82b 100644 > --- a/lisp/ob-calc.el > +++ b/lisp/ob-calc.el > @@ -28,7 +28,6 @@ > ;;; Code: > (require 'ob) > (require 'calc) > -(require 'calc-store) > (unless (featurep 'xemacs) > (require 'calc-trail) > (require 'calc-store)) Applied, thanks a lot for the careful check. -- Bastien