diff options
author | Björn Gustavsson <[email protected]> | 2015-12-03 15:42:02 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-02-25 14:53:10 +0100 |
commit | 272985d3d1b36833ebd586e5f051ac3a4ab0cd91 (patch) | |
tree | cc60594d05d2af06d35175a2797ed602a77358d9 /lib | |
parent | 8f4c278b69fe4d613a0b865a2edac43231cad913 (diff) | |
download | otp-272985d3d1b36833ebd586e5f051ac3a4ab0cd91.tar.gz otp-272985d3d1b36833ebd586e5f051ac3a4ab0cd91.tar.bz2 otp-272985d3d1b36833ebd586e5f051ac3a4ab0cd91.zip |
Add has_prepared_code_on_load/1 BIF
Diffstat (limited to 'lib')
-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 466bf139b9..2ff14dea02 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -897,6 +897,7 @@ resulting regexp is surrounded by \\_< and \\_>." "get_module_info" "get_stacktrace" "hash" + "has_prepared_code_on_load" "hibernate" "insert_element" "is_builtin" |