aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-04-21 14:50:43 +0200
committerLukas Larsson <[email protected]>2017-04-21 14:50:43 +0200
commiteece23d7f6b225a6abc3807f9af44d1f742f7eee (patch)
treec3dd3dec6754957cbe10440fb883a34d74002307 /lib/tools/emacs/erlang.el
parent38fe97060d06246804b45494cacbed134b1c51fa (diff)
downloadotp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.gz
otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.bz2
otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.zip
erts: Polish off erlang:list_to_ref/1
Diffstat (limited to 'lib/tools/emacs/erlang.el')
-rw-r--r--lib/tools/emacs/erlang.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el
index 59b20c552e..8025f25b43 100644
--- a/lib/tools/emacs/erlang.el
+++ b/lib/tools/emacs/erlang.el
@@ -836,6 +836,7 @@ resulting regexp is surrounded by \\_< and \\_>."
"list_to_float"
"list_to_integer"
"list_to_pid"
+ "list_to_ref"
"list_to_tuple"
"load_module"
"make_ref"