emacs-devel
[Top][All Lists]
Advanced

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

Re: display-buffer-use-some-frame


From: martin rudalics
Subject: Re: display-buffer-use-some-frame
Date: Sun, 23 Dec 2018 20:07:15 +0100

> Committed in emacs-26

OK.

> No problems with the testing. get-lru-window never returns a dedicated
> window, so this can be simplified to:
>
>    (let* ((predicate
>            (or (cdr (assq 'frame-predicate alist))
>                (lambda (frame)
>                  (and (not (eq frame (selected-frame)))
>                       (get-lru-window frame)))))
>
> Committed in emacs-26

Thanks.  AFAICT the changes are innocuous.  But next time please
contact Eli before committing to Emacs 26.

Thanks again, martin



reply via email to

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