comparison lisp/ediff-init.el @ 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 39f7c265d3a2
children 3c4fc0e6aa43
comparison
equal deleted inserted replaced
22097:67273fd206b7 22098:b2c1e573410e
1202 Instead, C-h would jump to previous difference." 1202 Instead, C-h would jump to previous difference."
1203 :type 'boolean 1203 :type 'boolean
1204 :group 'ediff) 1204 :group 'ediff)
1205 1205
1206 (defcustom ediff-temp-file-prefix 1206 (defcustom ediff-temp-file-prefix
1207 ;; The following is to make sure we get something to which we can 1207 (file-name-as-directory temporary-file-directory)
1208 ;; add directory levels under VMS.
1209 (file-name-as-directory system-tmp-directory)
1210 "*Prefix to put on Ediff temporary file names. 1208 "*Prefix to put on Ediff temporary file names.
1211 Do not start with `~/' or `~user-name/'." 1209 Do not start with `~/' or `~USERNAME/'."
1212 :type 'string 1210 :type 'string
1213 :group 'ediff) 1211 :group 'ediff)
1214 1212
1215 (defcustom ediff-temp-file-mode 384 ; u=rw only 1213 (defcustom ediff-temp-file-mode 384 ; u=rw only
1216 "*Mode for Ediff temporary files." 1214 "*Mode for Ediff temporary files."