aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2011-11-09 09:04:13 -0500
committerStefan Monnier2011-11-09 09:04:13 -0500
commit1dce71935ccc44369ccc27094be6c5bebc3080b4 (patch)
tree13d8121882805d1d601449f750a4bf06d92e1bb2 /etc
parent2cffd68198c4d574f073ab238dc12b1221005eab (diff)
downloademacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.tar.gz
emacs-1dce71935ccc44369ccc27094be6c5bebc3080b4.zip
* lisp/progmodes/compile.el: Better handle TABs.
(compilation-internal-error-properties) (compilation-next-error-function): Obey the target buffer's compilation-error-screen-columns. Fixes: debbugs:9749
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e7e6cbb47e..59fab6d9107 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -621,6 +621,10 @@ view-diary-entries, list-diary-entries, show-all-diary-entries
621inserted by the compilation filter function, when calling 621inserted by the compilation filter function, when calling
622compilation-filter-hook. 622compilation-filter-hook.
623 623
624*** `compilation-error-screen-columns' is obeyed in the editing buffer.
625So programming language modes can set it, whereas previously only the value
626in the *compilation* buffer was used.
627
624** Customize 628** Customize
625 629
626*** Customize buffers now contain a search field. 630*** Customize buffers now contain a search field.