Skip to content

Commit

Permalink
Merge pull request #15 from syohex/fix-dependency
Browse files Browse the repository at this point in the history
Specify minimum Emacs version
  • Loading branch information
nlamirault committed Sep 18, 2015
2 parents 8e74a34 + 6d4e1b7 commit 1affd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotest.el
Expand Up @@ -5,7 +5,7 @@
;; Version: 0.4.0
;; Keywords: languages, go, tests

;; Package-Requires: ((s "1.9.0") (f "0.17.2") (go-mode "1.0.0"))
;; Package-Requires: ((emacs "24.3") (s "1.9.0") (f "0.17.2") (go-mode "1.0.0"))

;; Copyright (C) 2014, 2015 Nicolas Lamirault <nicolas.lamirault@gmail.com>

Expand Down

0 comments on commit 1affd67

Please sign in to comment.