Browse Source

Fix code typo

* lisp/org.el (org-get-local-variables): Fix code typo.
Nicolas Goaziou 9 years ago
parent
commit
38fd09e29b
1 changed files with 1 additions and 1 deletions
  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)))))