diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-12 10:03:07 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-12 10:03:07 +0100 |
commit | f1ec39a01acbaf60ba4b39b05225d43af853ac45 (patch) | |
tree | 9df17609e4cf4ab0ef368b0bd9be3bf733d6deb4 | |
parent | fbc6a824d8f9450087b2184c9ce6d03ef65da832 (diff) | |
parent | dbd9a0fcefdb51bce3664ec1ae7b34ce7d1a4039 (diff) | |
download | otp-f1ec39a01acbaf60ba4b39b05225d43af853ac45.tar.gz otp-f1ec39a01acbaf60ba4b39b05225d43af853ac45.tar.bz2 otp-f1ec39a01acbaf60ba4b39b05225d43af853ac45.zip |
Merge branch 'mh/fix-emacs-pkg-flymake-dep/OTP-10930' into maint
* mh/fix-emacs-pkg-flymake-dep/OTP-10930:
Remove Flymake dependency in erlang-pkg.el
-rw-r--r-- | lib/tools/emacs/erlang-pkg.el | 2 |
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"))) + '()) |