소스 검색

fixes compiler warning

* lisp/ob.el (org-babel-load-languages): fixes compiler warning
Eric Schulte 14 년 전
부모
커밋
2ce87e5e8c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lisp/ob.el

+ 2 - 0
lisp/ob.el

@@ -1107,6 +1107,8 @@ With optional prefix argument ARG, jump backward ARG many source blocks."
     (error (error "No previous code blocks")))
   (goto-char (match-beginning 0)) (org-show-context))
 
+(defvar org-babel-load-languages)
+
 ;;;###autoload
 (defun org-babel-demarcate-block (&optional arg)
   "Wrap or split the code in the region or on the point.