Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b4ae6633
Commit
b4ae6633
authored
Sep 07, 2001
by
Gerd Moellmann
Browse files
(edebug-window-live-p): Use
get-window-with-predicate.
parent
d4d986f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/edebug.el
lisp/emacs-lisp/edebug.el
+1
-1
No files found.
lisp/emacs-lisp/edebug.el
View file @
b4ae6633
...
...
@@ -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 ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment