소스 검색

org-special-blocks.el: mention that backend is dynamically scoped.

Bastien Guerry 14 년 전
부모
커밋
045214f9d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-special-blocks.el

+ 1 - 1
lisp/org-special-blocks.el

@@ -45,7 +45,7 @@
 by org-special-blocks.  These blocks will presumably be
 by org-special-blocks.  These blocks will presumably be
 interpreted by other mechanisms.")
 interpreted by other mechanisms.")
 
 
-(defvar backend)
+(defvar backend) ; dynamically scoped
 (defun org-special-blocks-make-special-cookies ()
 (defun org-special-blocks-make-special-cookies ()
   "Adds special cookies when #+begin_foo and #+end_foo tokens are
   "Adds special cookies when #+begin_foo and #+end_foo tokens are
 seen.  This is run after a few special cases are taken care of."
 seen.  This is run after a few special cases are taken care of."