diff options
author | Lukas Larsson <[email protected]> | 2017-04-21 14:50:43 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-04-21 14:50:43 +0200 |
commit | eece23d7f6b225a6abc3807f9af44d1f742f7eee (patch) | |
tree | c3dd3dec6754957cbe10440fb883a34d74002307 /lib/tools | |
parent | 38fe97060d06246804b45494cacbed134b1c51fa (diff) | |
download | otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.gz otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.tar.bz2 otp-eece23d7f6b225a6abc3807f9af44d1f742f7eee.zip |
erts: Polish off erlang:list_to_ref/1
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/emacs/erlang.el | 1 |
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" |