浏览代码

Fix code typo

* lisp/org.el (org-get-local-variables): Fix code typo.
Nicolas Goaziou 9 年之前
父节点
当前提交
38fd09e29b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -9431,7 +9431,7 @@ Possible values in the list of contexts are `table', `headline', and `item'."
 		   "\\`\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|\
 auto-fill\\|normal-auto-fill\\|fill-paragraph\\|indent-\\)"
 		   (symbol-name name))
-		  x)))
+		  binding)))
 	 (with-temp-buffer
 	   (org-mode)
 	   (buffer-local-variables)))))