aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJohan Claesson <[email protected]>2015-03-16 16:02:09 +0100
committerJohan Claesson <[email protected]>2015-03-16 16:02:09 +0100
commit9befc9a694fc80913b62f24cbc03bd0d08499771 (patch)
tree2f44b736f04418e7f2f0e7d50f0ac37a930e0fff /.gitignore
parentfaeb9e9a67096af4257cd00409f06314f3223196 (diff)
downloadotp-9befc9a694fc80913b62f24cbc03bd0d08499771.tar.gz
otp-9befc9a694fc80913b62f24cbc03bd0d08499771.tar.bz2
otp-9befc9a694fc80913b62f24cbc03bd0d08499771.zip
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--.gitignore1
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]