Parcourir la source

Add :version to ob-plantuml.el option.

Bastien Guerry il y a 13 ans
Parent
commit
a0d59ff6a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)