Mercurial > emacs
changeset 22098:b2c1e573410e
(ediff-temp-file-prefix): Use temporary-file-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 17:47:27 +0000 |
parents | 67273fd206b7 |
children | 50b3a29265e4 |
files | lisp/ediff-init.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ediff-init.el Sat May 16 17:35:23 1998 +0000 +++ b/lisp/ediff-init.el Sat May 16 17:47:27 1998 +0000 @@ -1204,11 +1204,9 @@ :group 'ediff) (defcustom ediff-temp-file-prefix - ;; The following is to make sure we get something to which we can - ;; add directory levels under VMS. - (file-name-as-directory system-tmp-directory) + (file-name-as-directory temporary-file-directory) "*Prefix to put on Ediff temporary file names. -Do not start with `~/' or `~user-name/'." +Do not start with `~/' or `~USERNAME/'." :type 'string :group 'ediff)