diff options
| author | Glenn Morris | 2012-02-07 20:12:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-07 20:12:28 -0800 |
| commit | 47a6a35fc7a492b4df589a696bfd356d870dadd7 (patch) | |
| tree | 2c8d3eb1d9f59c0904a104788a785733851cfc76 | |
| parent | b4ac6e8c18a2298079fef99a73e3cca63725853b (diff) | |
| download | emacs-47a6a35fc7a492b4df589a696bfd356d870dadd7.tar.gz emacs-47a6a35fc7a492b4df589a696bfd356d870dadd7.zip | |
Mention compilation-first-column in NEWS
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -655,9 +655,10 @@ view-diary-entries, list-diary-entries, show-all-diary-entries | |||
| 655 | inserted by the compilation filter function, when calling | 655 | inserted by the compilation filter function, when calling |
| 656 | compilation-filter-hook. | 656 | compilation-filter-hook. |
| 657 | 657 | ||
| 658 | *** `compilation-error-screen-columns' is obeyed in the editing buffer. | 658 | *** `compilation-error-screen-columns' and `compilation-first-column' |
| 659 | So programming language modes can set it, whereas previously only the value | 659 | are obeyed in the editing buffer. So programming language modes can |
| 660 | in the *compilation* buffer was used. | 660 | set them, whereas previously only the value in the *compilation* buffer |
| 661 | was used. | ||
| 661 | 662 | ||
| 662 | ** Customize | 663 | ** Customize |
| 663 | 664 | ||