diff options
author | Fredrik Gustafsson <[email protected]> | 2013-06-04 14:58:53 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-06-04 14:58:53 +0200 |
commit | 293374dc2ee6bc4dce2f3d1f0fa59c3a97bb82d2 (patch) | |
tree | 0980010080702da0190ef77281121bf0908fe564 | |
parent | 66c5325d80aaee54bda10ff0ebb4c79a4fea24d0 (diff) | |
download | otp-293374dc2ee6bc4dce2f3d1f0fa59c3a97bb82d2.tar.gz otp-293374dc2ee6bc4dce2f3d1f0fa59c3a97bb82d2.tar.bz2 otp-293374dc2ee6bc4dce2f3d1f0fa59c3a97bb82d2.zip |
tools: Added gather_gc_info_result to bifs
-rw-r--r-- | lib/tools/emacs/erlang.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index ddd22707dd..f3bc95e3e5 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -883,6 +883,7 @@ resulting regexp is surrounded by \\_< and \\_>." "fun_to_list" "function_exported" "garbage_collect_message_area" + "gather_gc_info_result" "gather_sched_wall_time_result" "get_cookie" "get_module_info" |