aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Henoch <[email protected]>2013-02-09 01:35:23 +0000
committerMagnus Henoch <[email protected]>2013-03-04 10:59:16 +0000
commitdbd9a0fcefdb51bce3664ec1ae7b34ce7d1a4039 (patch)
tree5d1a9f71ec2d6bd878ae0ff6919fbb544dad540c
parent8deb96fb1d017307e22d2ab88968b9ef9f1b71d0 (diff)
downloadotp-dbd9a0fcefdb51bce3664ec1ae7b34ce7d1a4039.tar.gz
otp-dbd9a0fcefdb51bce3664ec1ae7b34ce7d1a4039.tar.bz2
otp-dbd9a0fcefdb51bce3664ec1ae7b34ce7d1a4039.zip
Remove Flymake dependency in erlang-pkg.el
The dependency was incorrect, as the package is called flymake, not flymake-mode. It also used to suggest a newer version of flymake than the one that comes with Emacs, even though the Erlang mode works well with the older version. Removing the dependency instead of depending on version 0.3 (the one shipped with Emacs), since the downloadable version of package.el for Emacs 23 and earlier doesn't recognise Emacs built-in libraries as packages. (Thanks to Steve Purcell for pointing this out.)
-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..4d0aa6fcd3 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")))
+ '())