diff options
author | Lukas Larsson <[email protected]> | 2017-04-21 14:53:52 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-04-25 14:16:38 +0200 |
commit | ab048d66c59fa827bf4129fc95bec21488a931a4 (patch) | |
tree | 743a89fa7cc06ff070cb60f98241a2c5d0053c35 /lib/tools/emacs | |
parent | eece23d7f6b225a6abc3807f9af44d1f742f7eee (diff) | |
download | otp-ab048d66c59fa827bf4129fc95bec21488a931a4.tar.gz otp-ab048d66c59fa827bf4129fc95bec21488a931a4.tar.bz2 otp-ab048d66c59fa827bf4129fc95bec21488a931a4.zip |
erts: Auto-import port_to_list for consistency
Follow the same pattern as pid_to_list
Diffstat (limited to 'lib/tools/emacs')
-rw-r--r-- | lib/tools/emacs/erlang.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 8025f25b43..14c21d7dad 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -855,12 +855,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" @@ -968,14 +970,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" |