diff options
Diffstat (limited to 'lib/tools/emacs/erlang-pkg.el')
| -rw-r--r-- | lib/tools/emacs/erlang-pkg.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang-pkg.el b/lib/tools/emacs/erlang-pkg.el index 4d0aa6fcd3..7e95e4050e 100644 --- a/lib/tools/emacs/erlang-pkg.el +++ b/lib/tools/emacs/erlang-pkg.el @@ -1,3 +1,6 @@ (define-package "erlang" "2.7.0" - "Erlang major mode" - '()) + "Erlang major mode" + '((emacs "24.1"))) +;; Local Variables: +;; no-byte-compile: t +;; End: |
