aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-04-21 14:53:52 +0200
committerLukas Larsson <[email protected]>2017-04-25 14:16:38 +0200
commitab048d66c59fa827bf4129fc95bec21488a931a4 (patch)
tree743a89fa7cc06ff070cb60f98241a2c5d0053c35 /lib/tools/emacs/erlang.el
parenteece23d7f6b225a6abc3807f9af44d1f742f7eee (diff)
downloadotp-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/erlang.el')
-rw-r--r--lib/tools/emacs/erlang.el4
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"