diff options
| author | Eli Zaretskii | 1999-09-02 12:33:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-09-02 12:33:53 +0000 |
| commit | 659cb92874e24a7e8b187e5df8957349fc38022f (patch) | |
| tree | 144eea4b801953df75d0e61d835f5f58ad329b82 | |
| parent | 607f86f52769c8a965b77bdc0f85be4af6ed6fee (diff) | |
| download | emacs-659cb92874e24a7e8b187e5df8957349fc38022f.tar.gz emacs-659cb92874e24a7e8b187e5df8957349fc38022f.zip | |
(ediff-temp-file-prefix): Use
small-temporary-file-directory if non-nil.
| -rw-r--r-- | lisp/ediff-init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index fc91c7bbea2..1126d589da6 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el | |||
| @@ -1205,7 +1205,8 @@ Instead, C-h would jump to previous difference." | |||
| 1205 | :group 'ediff) | 1205 | :group 'ediff) |
| 1206 | 1206 | ||
| 1207 | (defcustom ediff-temp-file-prefix | 1207 | (defcustom ediff-temp-file-prefix |
| 1208 | (file-name-as-directory temporary-file-directory) | 1208 | (file-name-as-directory |
| 1209 | (or small-temporary-file-directory temporary-file-directory)) | ||
| 1209 | "*Prefix to put on Ediff temporary file names. | 1210 | "*Prefix to put on Ediff temporary file names. |
| 1210 | Do not start with `~/' or `~USERNAME/'." | 1211 | Do not start with `~/' or `~USERNAME/'." |
| 1211 | :type 'string | 1212 | :type 'string |