emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Martyn Jago <martyn.jago@btinternet.com>
To: emacs-orgmode@gnu.org
Subject: [patch][babel] Patch to fix regression (commit 53573d6)
Date: Fri, 07 Oct 2011 15:49:34 +0100	[thread overview]
Message-ID: <m2pqi8j1q9.fsf@btinternet.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix regression caused by commit 53573d6 --]
[-- Type: text/x-patch, Size: 676 bytes --]

From 18e67dae6ac7c9ec8bfee9d53358e379b0e1ece1 Mon Sep 17 00:00:00 2001
From: Martyn Jago <martyn.jago@btinternet.com>
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


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]


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

                 reply	other threads:[~2011-10-07 14:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pqi8j1q9.fsf@btinternet.com \
    --to=martyn.jago@btinternet.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).