mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(edebug-window-live-p): Use
get-window-with-predicate.
This commit is contained in:
parent
d4d986f24e
commit
b4ae66334c
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ A lambda list keyword is a symbol that starts with `&'."
|
|||
|
||||
(defun edebug-window-live-p (window)
|
||||
"Return non-nil if WINDOW is visible."
|
||||
(some-window (lambda (w) (eq w window))))
|
||||
(get-window-with-predicate (lambda (w) (eq w window))))
|
||||
|
||||
;; Not used.
|
||||
'(defun edebug-two-window-p ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue