Variable: jka-compr-temp-name-template

jka-compr-temp-name-template is a customizable variable defined in jka-compr.el.gz.

Value

"/tmp/jka-com"

Documentation

Prefix added to all temp files created by jka-compr.

There should be no more than seven characters after the final /.

Source Code

;; Defined in /usr/src/emacs/lisp/jka-compr.el.gz
;; Support for temp files.  Much of this was inspired if not lifted
;; from ange-ftp.

(defcustom jka-compr-temp-name-template
  (expand-file-name "jka-com" temporary-file-directory)
  "Prefix added to all temp files created by jka-compr.
There should be no more than seven characters after the final `/'."
  :type 'string
  :group 'jka-compr)