Variable: epg-debug

epg-debug is a customizable variable defined in epg-config.el.gz.

Value

nil

Documentation

If non-nil, debug output goes to the " *epg-debug*" buffer.

Note that the buffer name starts with a space.

Source Code

;; Defined in /usr/src/emacs/lisp/epg-config.el.gz
(defcustom epg-debug nil
  "If non-nil, debug output goes to the \" *epg-debug*\" buffer.
Note that the buffer name starts with a space."
  :type 'boolean)