From beb8900b107d66ac87e7f37c3ed8e5050109be57 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Fri, 8 Jul 2016 14:09:40 +0900 Subject: [PATCH] Specify minimum Emacs version This is for using prog-mode and lexical-binding. --- puml-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/puml-mode.el b/puml-mode.el index ff7d429..a94e38a 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -7,6 +7,7 @@ ;; Maintainer: Carlo Sciolla (skuro) ;; Keywords: uml plantuml ascii ;; Version: 0.6.5 +;; Package-Requires: ((emacs "24")) ;; You can redistribute this program and/or modify it under the terms ;; of the GNU General Public License as published by the Free Software