From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: [patch][babel] Patch to fix regression (commit 53573d6) Date: Fri, 07 Oct 2011 15:49:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCBkJ-0006Iz-Ph for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 10:50:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCBkF-0003T7-AS for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 10:49:55 -0400 Received: from lo.gmane.org ([80.91.229.12]:46912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCBkF-0003Sy-3c for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 10:49:51 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RCBkC-0007aj-6t for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 16:49:48 +0200 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 16:49:48 +0200 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Oct 2011 16:49: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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hi Patch to fix regression caused by commit 53573d6 (lisp/ob-shen.el causes isolated tests to fail). See http://martynjago.com:3333/ Best, Martyn --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Fix-regression-caused-by-commit-53573d6.patch Content-Description: Fix regression caused by commit 53573d6 >From 18e67dae6ac7c9ec8bfee9d53358e379b0e1ece1 Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Fri, 7 Oct 2011 15:37:02 +0100 Subject: [PATCH] Fix regression caused by commit 53573d6 * lisp/ob-shen.el: autoload `inf-shen' --- lisp/ob-shen.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/ob-shen.el b/lisp/ob-shen.el index 123e39e..6131b8e 100644 --- a/lisp/ob-shen.el +++ b/lisp/ob-shen.el @@ -34,7 +34,7 @@ ;;; Code: (require 'ob) -(require 'inf-shen) +(autoload 'inf-shen "inf-shen.el") (defvar org-babel-default-header-args:shen '() "Default header arguments for shen code blocks.") -- 1.7.3.4 --=-=-= Content-Type: text/plain --- Org-mode version 7.7 (release_7.7.359.g18e67) GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-08-21 on virtualmac.porkrind.org --=-=-=--