aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-13 23:43:42 +0000
committerRichard M. Stallman1997-04-13 23:43:42 +0000
commit362b539a3ffba42b79328f31f2185bedbb68b6db (patch)
tree21fff73fa1f6169fdea94db5f11edcd82ad9cda4
parent4f3beabf12b5d30f29b378c0d00c34577c30044e (diff)
downloademacs-362b539a3ffba42b79328f31f2185bedbb68b6db.tar.gz
emacs-362b539a3ffba42b79328f31f2185bedbb68b6db.zip
(jka-compr-temp-name-template): Fix editing error.
-rw-r--r--lisp/jka-compr.el1
1 files changed, 1 insertions, 0 deletions
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."
339(defcustom jka-compr-temp-name-template 339(defcustom jka-compr-temp-name-template
340 (expand-file-name "jka-com" 340 (expand-file-name "jka-com"
341 (or (getenv "TMPDIR") "/tmp/")) 341 (or (getenv "TMPDIR") "/tmp/"))
342 "Prefix added to all temp files created by jka-compr.
342There should be no more than seven characters after the final `/'." 343There should be no more than seven characters after the final `/'."
343 :type 'string 344 :type 'string
344 :group 'jka-compr) 345 :group 'jka-compr)