Fix code typo

* lisp/org.el (org-get-local-variables): Fix code typo.
This commit is contained in:
Nicolas Goaziou 2015-12-06 18:35:09 +01:00
parent a198d81080
commit 38fd09e29b

View file

@ -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)))))