Variable: pgg-pending-timers
pgg-pending-timers is a variable defined in pgg.el.gz.
Value
#<obarray n=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 (obarray-make 7)
"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.")