Variable: server--process-filter-pending

server--process-filter-pending is a variable defined in server.el.gz.

Value

nil

Documentation

List of process filter calls still to be processed.

Kept in the order in which the calls occurred (and hence need to be processed).

Source Code

;; Defined in /usr/src/emacs/lisp/server.el.gz
(defvar server--process-filter-pending nil
  "List of process filter calls still to be processed.
Kept in the order in which the calls occurred (and hence need to be processed).")