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