aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/test.erl.orig
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-05-26 10:24:39 +0000
committerErlang/OTP <[email protected]>2010-05-26 10:24:39 +0000
commitb942d8304be96255a66d73bf031ddc90e7ad3d16 (patch)
tree53e880487133a15ea64b368a3bb976f9c16f9bfe /lib/tools/emacs/test.erl.orig
parent3e628f610908672e15c1e9b2ba210cee63a9f46f (diff)
parent1f32cb47e3d6f8f93228f6d42a91fc483e03b57f (diff)
downloadotp-b942d8304be96255a66d73bf031ddc90e7ad3d16.tar.gz
otp-b942d8304be96255a66d73bf031ddc90e7ad3d16.tar.bz2
otp-b942d8304be96255a66d73bf031ddc90e7ad3d16.zip
Merge branch 'mh/fix-record-indentation' into dev
* mh/fix-record-indentation: Fix indentation of records with line breaks inside lists
Diffstat (limited to 'lib/tools/emacs/test.erl.orig')
-rw-r--r--lib/tools/emacs/test.erl.orig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tools/emacs/test.erl.orig b/lib/tools/emacs/test.erl.orig
index 70e97a2e91..feb9e4e5a1 100644
--- a/lib/tools/emacs/test.erl.orig
+++ b/lib/tools/emacs/test.erl.orig
@@ -588,3 +588,8 @@ Binary2 = << <<X:8>> || <<X:32,_:32>> <= <<0:512>>,
true = (X rem 2)
>>,
ok.
+
+%% This causes an error in earlier erlang-mode versions.
+foo() ->
+[#foo{
+foo = foo}].