浏览代码

org-mobile.el (org-mobile-edit): Fix reference to a free variable.

* org-mobile.el (org-mobile-edit): Fix reference to a free variable.
Bastien Guerry 12 年之前
父节点
当前提交
bc29cfec01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-mobile.el

+ 1 - 1
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