diff options
author | Rickard Green <[email protected]> | 2019-03-12 22:52:31 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-03-19 20:37:41 +0100 |
commit | 80abf9d57e754bcb6b80d0501450a40bb281d3b6 (patch) | |
tree | f80971a1fc09e4550394d089b9e80970df649e7b /lib/tools | |
parent | 1518224b7f955dfb8cdef04eac89d8f6df1694a1 (diff) | |
download | otp-80abf9d57e754bcb6b80d0501450a40bb281d3b6.tar.gz otp-80abf9d57e754bcb6b80d0501450a40bb281d3b6.tar.bz2 otp-80abf9d57e754bcb6b80d0501450a40bb281d3b6.zip |
Add possibility to also get size of data from erlang:dist_ctrl_get_data()
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 3cbe9daa60..38c0eba92b 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -905,8 +905,10 @@ resulting regexp is surrounded by \\_< and \\_>." "dist_get_stat" "dist_ctrl_get_data" "dist_ctrl_get_data_notification" + "dist_ctrl_get_opt" "dist_ctrl_input_handler" "dist_ctrl_put_data" + "dist_ctrl_set_opt" "dmonitor_node" "dt_append_vm_tag_data" "dt_get_tag" |