0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 09:46:27 +00:00

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'.
This commit is contained in:
Eric Schulte 2011-07-19 07:25:23 -06:00
parent ac023b418b
commit 0b9cc74c56

View file

@ -373,7 +373,7 @@ block."
(string= "yes" (cdr (assoc :cache params))))) (string= "yes" (cdr (assoc :cache params)))))
(result-params (cdr (assoc :result-params params))) (result-params (cdr (assoc :result-params params)))
(new-hash (when cache? (org-babel-sha1-hash info))) (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) (body (setf (nth 1 info)
(let ((noweb (cdr (assoc :noweb params)))) (let ((noweb (cdr (assoc :noweb params))))
(if (and noweb (if (and noweb