Ver Fonte

Add :version to ob-plantuml.el option.

Bastien Guerry há 13 anos atrás
pai
commit
a0d59ff6a3
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      lisp/ob-plantuml.el

+ 1 - 0
lisp/ob-plantuml.el

@@ -44,6 +44,7 @@
 (defcustom org-plantuml-jar-path nil
   "Path to the plantuml.jar file."
   :group 'org-babel
+  :version "24.1"
   :type 'string)
 
 (defun org-babel-execute:plantuml (body params)