summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2014-08-13 21:17:21 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2014-08-13 21:17:21 +0200
commit8f944212cf4b368eb77877676e70cea9c3a6c32e (patch)
tree385c7fbb870b96d3957dfb0a18d5c08367f1783a /test/ChangeLog
parent01fe01d59e38636d3950406afed33909e9df55d6 (diff)
downloademacs-8f944212cf4b368eb77877676e70cea9c3a6c32e.tar.gz
Support Guile backtraces in compilation mode.
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add Guile regexpses. * etc/compilation.txt (file): Add Guile backtrace example. * test/automated/compile-tests.el (compile--test-error-line): Grok FILE being nil. Allows for Guile tests to pass. (compile-tests--test-regexps-data): Add Guile tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 2de81475e88..dd49d6e782b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * automated/compile-tests.el (compile--test-error-line): Grok FILE
+ being nil. Allows for Guile tests to pass.
+ (compile-tests--test-regexps-data): Add Guile tests.
+
2014-08-11 Glenn Morris <rgm@gnu.org>
* automated/data/files-bug18141.el.gz: New file.