1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(emerge-temp-file-prefix): Use temporary-file-directory.

This commit is contained in:
Richard M. Stallman 1998-05-16 17:48:49 +00:00
parent 61d5c49207
commit e4a6b88e82

View File

@ -290,9 +290,9 @@ displaying a difference."
:group 'emerge)
(defcustom emerge-temp-file-prefix
(concat system-tmp-directory "/emerge")
(expand-file-name "emerge" temporary-file-directory)
"*Prefix to put on Emerge temporary file names.
Do not start with `~/' or `~user-name/'."
Do not start with `~/' or `~USERNAME/'."
:type 'string
:group 'emerge)