From bc29cfec01c76e39028f93bc16bd661361401843 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 6 Jul 2012 09:35:43 +0200 Subject: [PATCH] org-mobile.el (org-mobile-edit): Fix reference to a free variable. * org-mobile.el (org-mobile-edit): Fix reference to a free variable. --- lisp/org-mobile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index 82b20295d..4681777a7 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -1006,7 +1006,7 @@ The edit only takes place if the current value is equal (except for white space) the OLD. If this is so, OLD will be replace by NEW and the command will return t. If something goes wrong, a string will be returned that indicates what went wrong." - (let (current old1 new1) + (let (current old1 new1 level) (if (stringp what) (setq what (intern what))) (cond