aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorThierry Volpiatto2019-06-27 19:20:50 +0200
committerLars Ingebrigtsen2019-06-27 21:00:35 +0200
commitf9744d23e5bdc90ebdfaf78db55966e436876b28 (patch)
treeb824342ae0c5c42b9dd6fc168df3bf446b271d9e /etc
parente51f328465759b8da9031c6fc30d3fd14f1a0c38 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b38b81d4ab..988ee8bb41e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
480mediawiki format tables. 484mediawiki format tables.