repl: remove vestigial popwin code
This commit is contained in:
parent
c20b947f3c
commit
4a8ec6f7d7
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
(when (and region-p beg end)
|
||||
(let* ((buf narf--repl-buffer)
|
||||
(win (get-buffer-window buf)))
|
||||
(unless (eq buf popwin:popup-buffer)
|
||||
(popwin:pop-to-buffer buf nil t))
|
||||
(unless (eq buf (narf/popup-p (get-buffer-window buf)))
|
||||
(narf/popup-buffer buf))
|
||||
(when (and narf--repl-buffer (buffer-live-p narf--repl-buffer))
|
||||
(with-current-buffer narf--repl-buffer
|
||||
(goto-char (point-max))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue