diff options
author | Dan Gudmundsson <[email protected]> | 2018-10-11 14:33:40 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-10-11 14:33:40 +0200 |
commit | a8495c5af68d5abdb3a49280b63985527e42be98 (patch) | |
tree | 7434ce9e02a85a6be8c0f13d91a930e9b6e1cf93 /lib/tools/emacs/erlang-pkg.el | |
parent | 72f13b54829879f05fae656494067ce92455b856 (diff) | |
parent | b7a6a4ba1c1d91146af44f9d83cb53486a852c9c (diff) | |
download | otp-a8495c5af68d5abdb3a49280b63985527e42be98.tar.gz otp-a8495c5af68d5abdb3a49280b63985527e42be98.tar.bz2 otp-a8495c5af68d5abdb3a49280b63985527e42be98.zip |
Merge branch 'pr/1949' into maint
* pr/1949:
Run emacs tests from test_suite
Emacs: consider case in erlang-get-identifier-at-point
Emacs: do not accept compiler warnings in selected elisp files
Emacs: add test-erlang-mode
Diffstat (limited to 'lib/tools/emacs/erlang-pkg.el')
-rw-r--r-- | lib/tools/emacs/erlang-pkg.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang-pkg.el b/lib/tools/emacs/erlang-pkg.el index 02d6bebbf4..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" '((emacs "24.1"))) +;; Local Variables: +;; no-byte-compile: t +;; End: |