Function: show-paren--context-child-frame-redirect-focus

show-paren--context-child-frame-redirect-focus is a byte-compiled function defined in paren.el.gz.

Signature

(show-paren--context-child-frame-redirect-focus)

Documentation

Redirect focus from child frame.

Source Code

;; Defined in /usr/src/emacs/lisp/paren.el.gz
(defun show-paren--context-child-frame-redirect-focus ()
  "Redirect focus from child frame."
  (redirect-frame-focus
   show-paren--context-child-frame
   (frame-parent show-paren--context-child-frame)))