bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47766: 28.0.50; choose-completion fails


From: Lars Ingebrigtsen
Subject: bug#47766: 28.0.50; choose-completion fails
Date: Thu, 06 May 2021 10:33:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Madhu <enometh@meer.net> writes:

> Yes. I haven't seen any problems (though I can't claim to have tested
> all the corner cases)

OK.  Alan, are you pushing the change, then?  This bit looks odd, though:

--- a/lisp/window.el
+++ b/lisp/window.el
@@ -4119,7 +4119,7 @@ window-deletable-p
                  (let ((minibuf (active-minibuffer-window)))
                    (and minibuf (eq frame (window-frame minibuf))
                          (not (eq (default-toplevel-value
-                                    minibuffer-follows-selected-frame)
+                                    'minibuffer-follows-selected-frame)
                                   t)))))


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]