Variable: dframe-after-select-attached-frame-hook

dframe-after-select-attached-frame-hook is a customizable variable defined in dframe.el.gz.

Value

nil

Documentation

Hook run after dframe has selected the attached frame.

Source Code

;; Defined in /usr/src/emacs/lisp/dframe.el.gz
(defcustom dframe-after-select-attached-frame-hook nil
  "Hook run after dframe has selected the attached frame."
  :group 'dframe
  :type 'hook)