From 0b9cc74c568a078bfa86dcde631c5aa1770e62da Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 19 Jul 2011 07:25:23 -0600 Subject: [PATCH] ob: replaced call to defunct function `org-babel-result-hash' * lisp/ob.el (org-babel-execute-src-block): Replaced call to defunct function `org-babel-result-hash'. --- lisp/ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob.el b/lisp/ob.el index 4f6199500..c1d750a04 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -373,7 +373,7 @@ block." (string= "yes" (cdr (assoc :cache params))))) (result-params (cdr (assoc :result-params params))) (new-hash (when cache? (org-babel-sha1-hash info))) - (old-hash (when cache? (org-babel-result-hash info))) + (old-hash (when cache? (org-babel-current-result-hash))) (body (setf (nth 1 info) (let ((noweb (cdr (assoc :noweb params)))) (if (and noweb