diff options
Diffstat (limited to 'lib/tools/emacs/erlang.el')
| -rw-r--r-- | lib/tools/emacs/erlang.el | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index ec5a1f4bc5..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 @@ -853,7 +853,6 @@ resulting regexp is surrounded by \\_< and \\_>."        "append_element"        "await_proc_exit"        "await_sched_wall_time_modifications" -      "bitstr_to_list"        "bump_reductions"        "call_on_load_function"        "cancel_timer" @@ -887,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" @@ -899,7 +899,6 @@ resulting regexp is surrounded by \\_< and \\_>."        "hibernate"        "insert_element"        "is_builtin" -      "list_to_bitstr"        "load_nif"        "loaded"        "localtime" | 
