Variable: pgg-pending-timers

pgg-pending-timers is a variable defined in pgg.el.gz.

Value

[0 0 0 0 0 0 0]

Documentation

Hash table for managing scheduled pgg cache management timers.

We associate key and timer, so the timer can be canceled if a new timeout for the key is set while an old one is still pending.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg.el.gz
(defvar pgg-pending-timers (make-vector 7 0)
  "Hash table for managing scheduled pgg cache management timers.

We associate key and timer, so the timer can be canceled if a new
timeout for the key is set while an old one is still pending.")