From 9befc9a694fc80913b62f24cbc03bd0d08499771 Mon Sep 17 00:00:00 2001 From: Johan Claesson Date: Mon, 16 Mar 2015 16:02:09 +0100 Subject: Fix tags completion in erlang.el for GNU Emacs 23+ The tag completion code was changed in GNU Emacs 23.1 in a way that broke erlang.el tag completion. This commit fix that for Emacs 23.1 and later. Add progress report while building completion table. Add completion of module_info/0 for all modules. Add lib/tools/emacs/*.elc to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 18a54c21ca..abcabff814 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # emacs *~ +lib/tools/emacs/*.elc # vim .*.sw[a-z] -- cgit v1.2.3