Explorar o código

Fix code typo

* lisp/org.el (org-get-local-variables): Fix code typo.
Nicolas Goaziou %!s(int64=9) %!d(string=hai) anos
pai
achega
38fd09e29b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)))))