瀏覽代碼

Add :version to ob-lob.el option.

Bastien Guerry 13 年之前
父節點
當前提交
a7076d693d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-lob.el

+ 1 - 0
lisp/ob-lob.el

@@ -39,6 +39,7 @@ files to `org-babel-lob-files'.")
   "Files used to populate the `org-babel-library-of-babel'.
 To add files to this list use the `org-babel-lob-ingest' command."
   :group 'org-babel
+  :version "24.1"
   :type 'list)
 
 (defvar org-babel-default-lob-header-args '((:exports . "results"))