aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJohan Claesson <[email protected]>2016-05-07 18:11:23 +0200
committerDan Gudmundsson <[email protected]>2016-05-20 08:52:10 +0200
commit39d33793479fd001dd06505575dd3294fe1d8ce4 (patch)
treea56fec26d4c7719907dc3041b5e7887877b7d2db /.gitignore
parent523e048754f5086a6cc4fd9a250e1b495fc5b9b8 (diff)
downloadotp-39d33793479fd001dd06505575dd3294fe1d8ce4.tar.gz
otp-39d33793479fd001dd06505575dd3294fe1d8ce4.tar.bz2
otp-39d33793479fd001dd06505575dd3294fe1d8ce4.zip
Add xref support in erlang.el
In GNU Emacs 25 xref will be introduced. It is a framework for cross referencing commands, in particular commands for finding definitions. It does not replace etags. It rather resides on top of it and provides user-friendly commands. The idea is that the user commands should be the same regardless of what back-end does the actual finding of definitions. Add to the xref commands awareness of the module:tag syntax in a similar way that is already done for the old etags commands. Xref completion support is not included in this commit. Remove all compilation warnings for GNU Emacs 24.5 and current 25 (4ffec91). Remove XEmacs incompatibility in erlang-font-lock-exported-function-name-face. Add file erlang-test.el with a single unit test. Add TAGS to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e27b5b12ff..128eab81c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
# emacs
*~
lib/tools/emacs/*.elc
+TAGS
# vim
.*.sw[a-z]