diff options
author | Sverker Eriksson <[email protected]> | 2017-08-15 16:26:34 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-15 20:10:33 +0100 |
commit | 5ad822ccfd841400bc44cb53acc6a0889ca3f128 (patch) | |
tree | 12ef789656884e00007f8db2a7b209d573e4bfc2 /lib | |
parent | e8df66a934045a1b0dc1edf0a695b6dbcf4cca4b (diff) | |
download | otp-5ad822ccfd841400bc44cb53acc6a0889ca3f128.tar.gz otp-5ad822ccfd841400bc44cb53acc6a0889ca3f128.tar.bz2 otp-5ad822ccfd841400bc44cb53acc6a0889ca3f128.zip |
Remove obsolete erlang:dlink/1, dunlink/1 and dist_exit/3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/emacs/erlang.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 791f0db4fe..68a4bffca0 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -905,8 +905,6 @@ resulting regexp is surrounded by \\_< and \\_>." "dist_ctrl_get_data_notification" "dist_ctrl_input_handler" "dist_ctrl_put_data" - "dist_exit" - "dlink" "dmonitor_node" "dmonitor_p" "dt_append_vm_tag_data" @@ -916,7 +914,6 @@ resulting regexp is surrounded by \\_< and \\_>." "dt_put_tag" "dt_restore_tag" "dt_spread_tag" - "dunlink" "convert_time_unit" "external_size" "finish_after_on_load" |