Variable: tramp-dont-suspend-timers

tramp-dont-suspend-timers is a variable defined in tramp.el.gz.

Value

nil

Documentation

Don't suspend timers when checking reentrant calls.

This shouldn't be changed globally, but let-bind where needed.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defvar tramp-dont-suspend-timers nil
  "Don't suspend timers when checking reentrant calls.
This shouldn't be changed globally, but let-bind where needed.")