Fix a typo I introduced while editing Achim's commit 091bf0

Thanks to Achim for reporting this!
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=091bf0
This commit is contained in:
Bastien Guerry 2013-02-27 13:29:23 +01:00
parent 936f13c629
commit bdce4dbf9b
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ block."
(string= "yes" (cdr (assoc :cache params)))))
(new-hash (when cache-p (org-babel-sha1-hash info)))
(old-hash (when cache-p (org-babel-current-result-hash)))
(cache-current (and (not arg) new-hash (equal new-hash old-hash))))
(cache-current-p (and (not arg) new-hash (equal new-hash old-hash))))
(when (or cache-current-p
(org-babel-confirm-evaluate
(let ((i info))