aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-22 10:58:09 +0200
committerFredrik Gustafsson <[email protected]>2013-10-22 10:58:09 +0200
commit0c2b220381f013a49297b636cffc767220476eed (patch)
treedee713f94d9d357cd1ea50e219b0718513256614 /lib/tools
parentaa3d0613b1e67f378ee11838f67e7cfbe1bc5928 (diff)
parentf58f3a4cbbf68a3752ba2f035264f802a7775c92 (diff)
downloadotp-0c2b220381f013a49297b636cffc767220476eed.tar.gz
otp-0c2b220381f013a49297b636cffc767220476eed.tar.bz2
otp-0c2b220381f013a49297b636cffc767220476eed.zip
Merge branch 'maint'
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/emacs/erlang-eunit.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tools/emacs/erlang-eunit.el b/lib/tools/emacs/erlang-eunit.el
index f2c0db67dd..0adeff1a02 100644
--- a/lib/tools/emacs/erlang-eunit.el
+++ b/lib/tools/emacs/erlang-eunit.el
@@ -40,6 +40,10 @@ This is useful, reducing the save-compile-load-test cycle to one keychord.")
(defvar erlang-eunit-recent-info '((mode . nil) (module . nil) (test . nil) (cover . nil))
"Info about the most recent running of an EUnit test representation.")
+(defvar erlang-error-regexp-alist
+ '(("^\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\)[:) \t]" . (1 2)))
+ "*Patterns for matching Erlang errors.")
+
;;;
;;; Switch between src/EUnit test buffers
;;;