diff options
Diffstat (limited to 'lisp/org/ob-plantuml.el')
-rw-r--r-- | lisp/org/ob-plantuml.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-plantuml.el b/lisp/org/ob-plantuml.el index fb81dc8e60d..83fa4150148 100644 --- a/lisp/org/ob-plantuml.el +++ b/lisp/org/ob-plantuml.el @@ -1,6 +1,6 @@ ;;; ob-plantuml.el --- org-babel functions for plantuml evaluation -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. ;; Author: Zhang Weize ;; Keywords: literate programming, reproducible research @@ -78,6 +78,5 @@ This function is called by `org-babel-execute-src-block'." (provide 'ob-plantuml) -;; arch-tag: 451f50c5-e779-407e-ad64-70e0e8f161d1 ;;; ob-plantuml.el ends here |