This commit is contained in:
Matthew Fidler 2012-09-25 06:33:16 -07:00
commit 06943db060
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