aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJed Brown2013-10-23 09:25:56 -0700
committerGlenn Morris2013-10-23 09:25:56 -0700
commitf493ff19e981bad0ab8146c41fa65945de977088 (patch)
tree19ae9afa533d67905106852674b2f1333812459d /lisp/ChangeLog
parent66b238dff6ec9c82d20c77c284623f6f15c73388 (diff)
downloademacs-f493ff19e981bad0ab8146c41fa65945de977088.tar.gz
emacs-f493ff19e981bad0ab8146c41fa65945de977088.zip
compile: Support GNU Make-4.0 directory quoting (tiny change)
* lisp/progmodes/compile.el (compilation-directory-matcher) (compilation-page-delimiter): Support GNU Make-4.0 directory quoting. Fixes: debbugs:15678
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3a94cf6a69..dd8619768cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2
3 * progmodes/compile.el (compilation-directory-matcher)
4 (compilation-page-delimiter):
5 Support GNU Make-4.0 directory quoting. (Bug#15678)
6
12013-10-23 Leo Liu <sdl.web@gmail.com> 72013-10-23 Leo Liu <sdl.web@gmail.com>
2 8
3 * ido.el (ido-tidy): Handle read-only text. 9 * ido.el (ido-tidy): Handle read-only text.