diff --git a/plantuml-mode.el b/plantuml-mode.el index a2c4267..c2aa08b 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -1,7 +1,8 @@ -;; plantuml-mode.el -- Major mode for plantuml +;;; plantuml-mode.el --- Major mode for plantuml ;; Author: Zhang Weize (zwz) ;; Keywords: uml ascii +;; Version: 0.2 ;; You can redistribute this program and/or modify it under the terms ;; of the GNU General Public License as published by the Free Software @@ -188,3 +189,4 @@ Shortcuts Command Name (run-mode-hooks 'plantuml-mode-hook)) (provide 'plantuml-mode) +;;; plantuml-mode.el ends here \ No newline at end of file