diff options
author | Dan Gudmundsson <[email protected]> | 2014-09-09 12:28:58 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-09-09 12:28:58 +0200 |
commit | 64a1a0ceaaee1201c5393ff00cb5b97828ffe549 (patch) | |
tree | ac5aa3bdb0fbf0c4da85c5e34a4953cdc7f3e003 | |
parent | 6e2fd45bad619fd7e06f21798eac94d415dff64e (diff) | |
download | otp-64a1a0ceaaee1201c5393ff00cb5b97828ffe549.tar.gz otp-64a1a0ceaaee1201c5393ff00cb5b97828ffe549.tar.bz2 otp-64a1a0ceaaee1201c5393ff00cb5b97828ffe549.zip |
Add new bif to emacs mode
-rw-r--r-- | lib/tools/emacs/erlang.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 4e3c49c717..c56759ebb9 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -7,7 +7,7 @@ ;; %CopyrightBegin% ;; -;; Copyright Ericsson AB 1996-2013. All Rights Reserved. +;; Copyright Ericsson AB 1996-2014. All Rights Reserved. ;; ;; The contents of this file are subject to the Erlang Public License, ;; Version 1.1, (the "License"); you may not use this file except in @@ -886,6 +886,7 @@ resulting regexp is surrounded by \\_< and \\_>." "flush_monitor_message" "format_cpu_topology" "fun_info" + "fun_info_mfa" "fun_to_list" "function_exported" "garbage_collect_message_area" |