From: Richard M. Stallman Date: Sun, 13 Apr 1997 23:43:42 +0000 (+0000) Subject: (jka-compr-temp-name-template): Fix editing error. X-Git-Tag: emacs-20.1~2504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=362b539a3ffba42b79328f31f2185bedbb68b6db;p=emacs.git (jka-compr-temp-name-template): Fix editing error. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index ff176345a86..ff602eefce9 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -339,6 +339,7 @@ to keep: LEN chars starting BEG chars from the beginning." (defcustom jka-compr-temp-name-template (expand-file-name "jka-com" (or (getenv "TMPDIR") "/tmp/")) + "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)