aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-07 20:12:28 -0800
committerGlenn Morris2012-02-07 20:12:28 -0800
commit47a6a35fc7a492b4df589a696bfd356d870dadd7 (patch)
tree2c8d3eb1d9f59c0904a104788a785733851cfc76
parentb4ac6e8c18a2298079fef99a73e3cca63725853b (diff)
downloademacs-47a6a35fc7a492b4df589a696bfd356d870dadd7.tar.gz
emacs-47a6a35fc7a492b4df589a696bfd356d870dadd7.zip
Mention compilation-first-column in NEWS
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9cf5b87b290..dde80a52305 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -655,9 +655,10 @@ view-diary-entries, list-diary-entries, show-all-diary-entries
655inserted by the compilation filter function, when calling 655inserted by the compilation filter function, when calling
656compilation-filter-hook. 656compilation-filter-hook.
657 657
658*** `compilation-error-screen-columns' is obeyed in the editing buffer. 658*** `compilation-error-screen-columns' and `compilation-first-column'
659So programming language modes can set it, whereas previously only the value 659are obeyed in the editing buffer. So programming language modes can
660in the *compilation* buffer was used. 660set them, whereas previously only the value in the *compilation* buffer
661was used.
661 662
662** Customize 663** Customize
663 664