Преглед изворни кода

Add :version to ob-plantuml.el option.

Bastien Guerry пре 13 година
родитељ
комит
a0d59ff6a3
1 измењених фајлова са 1 додато и 0 уклоњено
  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)