From 38fd09e29b4b1d30d90dde6d809eb513e4866d17 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 6 Dec 2015 18:35:09 +0100 Subject: [PATCH] Fix code typo * lisp/org.el (org-get-local-variables): Fix code typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index a1350ed48..7a9ae152a 100755 --- a/lisp/org.el +++ b/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)))))