Function: idlwave-shell-find-bp
idlwave-shell-find-bp is a byte-compiled function defined in
idlw-shell.el.gz.
Signature
(idlwave-shell-find-bp FRAME)
Documentation
Return breakpoint from idlwave-shell-bp-alist for frame.
Returns nil if frame not found.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-find-bp (frame)
"Return breakpoint from `idlwave-shell-bp-alist' for frame.
Returns nil if frame not found."
(assoc frame idlwave-shell-bp-alist))