diff options
author | Fredrik Gustafsson <[email protected]> | 2013-03-12 10:03:41 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-12 10:03:41 +0100 |
commit | 05f56d58f7866f14f83fdf34bb6accea246911c8 (patch) | |
tree | 488453bd36cfa42427643e8e8d43672c82b45d6f | |
parent | c3f9aefcca689e0455e4a0b792f7f3c6b4f93cb5 (diff) | |
parent | f1ec39a01acbaf60ba4b39b05225d43af853ac45 (diff) | |
download | otp-05f56d58f7866f14f83fdf34bb6accea246911c8.tar.gz otp-05f56d58f7866f14f83fdf34bb6accea246911c8.tar.bz2 otp-05f56d58f7866f14f83fdf34bb6accea246911c8.zip |
Merge branch 'maint'
-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"))) + '()) |