branch: elpa/tablist
commit af8703139d80be54b6c3077dd3e54ca7f3087043
Author: Andreas Politz <[email protected]>
Commit: Andreas Politz <[email protected]>
Add compatibility with Emacs 27
---
tablist.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tablist.el b/tablist.el
index 590f6f7..b4552dc 100644
--- a/tablist.el
+++ b/tablist.el
@@ -1916,7 +1916,7 @@ AWINDOW is deleted."
(setq newwin (window--display-buffer
buf
(split-window-below height)
- 'window alist display-buffer-mark-dedicated))
+ 'window alist))
(tablist-window-attach newwin window)
newwin))