summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Henoch <magnus.henoch@gmail.com>2013-02-09 01:35:23 +0000
committerMagnus Henoch <magnus.henoch@gmail.com>2013-02-09 01:35:23 +0000
commit54d1f37659b6d8e46154fddf8983bf4a48f9dcae (patch)
tree59b8eb615af805f45f385d3b2a7cf0572380080d
parent68b804f34d4ec420d86953e3f519179a40fbee8f (diff)
downloaderlang-54d1f37659b6d8e46154fddf8983bf4a48f9dcae.tar.gz
Fix Flymake dependency in erlang-pkg.el
The package is called flymake, not flymake-mode. Also decreasing the version requirement, as erlang-flymake.el works well with version 0.3 (the one shipped with Emacs).
-rw-r--r--lib/tools/emacs/erlang-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang-pkg.el b/lib/tools/emacs/erlang-pkg.el
index decc696e21..3bd1137eb3 100644
--- a/lib/tools/emacs/erlang-pkg.el
+++ b/lib/tools/emacs/erlang-pkg.el
@@ -1,3 +1,3 @@
(define-package "erlang" "2.7.0"
"Erlang major mode"
- '((flymake-mode "0.4.6")))
+ '((flymake "0.3")))