Defvar a dynamically scoped variable

* lisp/org-exp-blocks.el (backend): defvar.
This commit is contained in:
Carsten Dominik 2011-03-01 07:30:43 +01:00
parent 5726eb0676
commit 3805b2c4e4
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
(require 'cl))
(require 'org)
(defvar backend) ; dynamically scoped from caller
(defvar org-exp-blocks-block-regexp
(concat
"^\\([ \t]*\\)#\\+begin_\\(\\S-+\\)"