Explorar o código

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
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
bdce4dbf9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

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