diff options
author | Erlang/OTP <[email protected]> | 2010-03-22 15:08:29 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-22 15:08:29 +0000 |
commit | 99101783758b3e4805284aaec16d34dc3597158e (patch) | |
tree | 07c1ab851caccc9f17e2a91d2f442dd3a3675804 /lib/tools/emacs/Makefile | |
parent | a4b4d36cdbbd692123443a1d3f19f1c452963201 (diff) | |
parent | 228e1f013f99e2d2fb4ee0f7a9cb5d21638756a8 (diff) | |
download | otp-99101783758b3e4805284aaec16d34dc3597158e.tar.gz otp-99101783758b3e4805284aaec16d34dc3597158e.tar.bz2 otp-99101783758b3e4805284aaec16d34dc3597158e.zip |
Merge branch 'dgud/emacs-bugfixes' into dev
* dgud/emacs-bugfixes:
Fix another -spec() problem
Add missing elisp files to the the release target
Fix electric semi-colon and tuples inside lists
OTP-8530 dgud/emacs-bugfixes
Fixed emacs-mode installation problems and some other minor issues.
Diffstat (limited to 'lib/tools/emacs/Makefile')
-rw-r--r-- | lib/tools/emacs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tools/emacs/Makefile b/lib/tools/emacs/Makefile index 7249263992..0028df247c 100644 --- a/lib/tools/emacs/Makefile +++ b/lib/tools/emacs/Makefile @@ -37,6 +37,9 @@ MAN_FILES= \ tags.3 EMACS_FILES= \ + erlang-skels \ + erlang-skels-old \ + erlang_appwiz \ erlang-start \ erlang-eunit \ erlang |