diff options
| author | Thierry Volpiatto | 2019-06-27 19:20:50 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-27 21:00:35 +0200 |
| commit | f9744d23e5bdc90ebdfaf78db55966e436876b28 (patch) | |
| tree | b824342ae0c5c42b9dd6fc168df3bf446b271d9e /etc | |
| parent | e51f328465759b8da9031c6fc30d3fd14f1a0c38 (diff) | |
| download | emacs-f9744d23e5bdc90ebdfaf78db55966e436876b28.tar.gz emacs-f9744d23e5bdc90ebdfaf78db55966e436876b28.zip | |
Add a new regexp variable to control boring winner buffers
* doc/emacs/windows.texi (Window Convenience): Mention it.
* lisp/winner.el (winner-boring-buffers-regexp): New variable.
* lisp/winner.el (winner-set): Use it (bug#11151).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -475,6 +475,10 @@ current and the previous or the next line, as before. | |||
| 475 | 475 | ||
| 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 477 | 477 | ||
| 478 | +++ | ||
| 479 | ** winner | ||
| 480 | *** A new variable, `winner-boring-buffers-regexp', has been added. | ||
| 481 | |||
| 478 | ** table | 482 | ** table |
| 479 | ** `table-generate-source' and friends now support outputting wiki and | 483 | ** `table-generate-source' and friends now support outputting wiki and |
| 480 | mediawiki format tables. | 484 | mediawiki format tables. |