diff options
author | Lukas Larsson <[email protected]> | 2017-09-05 13:28:52 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-09-05 14:58:42 +0200 |
commit | eed25a02ba2416c48587699542aaecdd09609718 (patch) | |
tree | fb8272822e4ceeefc8399a6c611b71de823571ec /lib/tools | |
parent | 314702f86c9199957e40edfb73bcdbddb422f9d7 (diff) | |
download | otp-eed25a02ba2416c48587699542aaecdd09609718.tar.gz otp-eed25a02ba2416c48587699542aaecdd09609718.tar.bz2 otp-eed25a02ba2416c48587699542aaecdd09609718.zip |
erts: Add erlang:iolist_to_iovec
OTP-14520
Diffstat (limited to 'lib/tools')
-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 438abc2d29..cf41a07b20 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -931,6 +931,7 @@ resulting regexp is surrounded by \\_< and \\_>." "has_prepared_code_on_load" "hibernate" "insert_element" + "iolist_to_iovec" "is_builtin" "load_nif" "loaded" |