Przeglądaj źródła

Add :version to ob-plantuml.el option.

Bastien Guerry 13 lat temu
rodzic
commit
a0d59ff6a3
1 zmienionych plików z 1 dodań i 0 usunięć
  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)