diff options
author | Johan Claesson <johan.claesson@ericsson.com> | 2015-03-16 16:02:09 +0100 |
---|---|---|
committer | Johan Claesson <johan.claesson@ericsson.com> | 2015-03-16 16:02:09 +0100 |
commit | 9befc9a694fc80913b62f24cbc03bd0d08499771 (patch) | |
tree | 2f44b736f04418e7f2f0e7d50f0ac37a930e0fff /.gitignore | |
parent | faeb9e9a67096af4257cd00409f06314f3223196 (diff) | |
download | erlang-9befc9a694fc80913b62f24cbc03bd0d08499771.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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] |