Mercurial > emacs
changeset 17441:41a10d128e3b
(jka-compr-temp-name-template): Fix editing error.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Apr 1997 23:43:42 +0000 |
parents | 03d612dba255 |
children | eb87aef64274 |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Sun Apr 13 23:42:53 1997 +0000 +++ b/lisp/jka-compr.el Sun Apr 13 23:43:42 1997 +0000 @@ -339,6 +339,7 @@ (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)