Merge pull request #1 from mlf176f2/patch-1

Update plantuml-mode.el
This commit is contained in:
Carlo Sciolla 2012-09-25 07:01:26 -07:00
commit bf7d34e2cf
1 changed files with 3 additions and 1 deletions

View File

@ -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