Variable: dframe-client-functions

dframe-client-functions is a variable defined in dframe.el.gz.

Value

nil

Documentation

List of client functions using the dframe timer.

Source Code

;; Defined in /usr/src/emacs/lisp/dframe.el.gz
;;; timer management
;;
;; Unlike speedbar with a dedicated set of routines, dframe has one master
;; timer, and all dframe users will use it.  At least until I figure out a way
;; around that problem.
;;
;; Advantage 1: Two apps with timer/frames can munge the master list
;;              to make sure they occur in order.
;; Advantage 2: If a user hits a key between timer functions, we can
;;	        interrupt them safely.
(defvar dframe-client-functions nil
  "List of client functions using the dframe timer.")