diff options
author | Lukas Larsson <[email protected]> | 2017-04-25 14:18:00 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-04-25 14:18:00 +0200 |
commit | 483e3fb7b81e352944226b7d230e6a8685576982 (patch) | |
tree | afb1e99b530c4d4ff52166ee0ed7f7b8cc466f8a /lib/tools | |
parent | 8ca868848600702696828d729387343d73311a50 (diff) | |
parent | eec41eeed17682a4e1f8ca15d92a2b469f0c39b8 (diff) | |
download | otp-483e3fb7b81e352944226b7d230e6a8685576982.tar.gz otp-483e3fb7b81e352944226b7d230e6a8685576982.tar.bz2 otp-483e3fb7b81e352944226b7d230e6a8685576982.zip |
Merge branch 'lukas/erts/list_to_port/OTP-14348'
* lukas/erts/list_to_port/OTP-14348:
erts: Add erlang:list_to_port/1 debug bif
erts: Auto-import port_to_list for consistency
erts: Polish off erlang:list_to_ref/1
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/emacs/erlang.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 59b20c552e..5dff4e6e2f 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -836,6 +836,8 @@ resulting regexp is surrounded by \\_< and \\_>." "list_to_float" "list_to_integer" "list_to_pid" + "list_to_port" + "list_to_ref" "list_to_tuple" "load_module" "make_ref" @@ -854,12 +856,14 @@ resulting regexp is surrounded by \\_< and \\_>." "port_command" "port_connect" "port_control" + "port_to_list" "pre_loaded" "process_flag" "process_info" "processes" "purge_module" "put" + "ref_to_list" "register" "registered" "round" @@ -967,14 +971,12 @@ resulting regexp is surrounded by \\_< and \\_>." "port_get_data" "port_info" "port_set_data" - "port_to_list" "ports" "posixtime_to_universaltime" "prepare_loading" "process_display" "raise" "read_timer" - "ref_to_list" "resume_process" "send" "send_after" |