diff options
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 9c3a684a840..da05912d92f 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -575,7 +575,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." | |||
| 575 | 575 | ||
| 576 | ;; Choose a reasonable location for temporary files. | 576 | ;; Choose a reasonable location for temporary files. |
| 577 | (custom-reevaluate-setting 'temporary-file-directory) | 577 | (custom-reevaluate-setting 'temporary-file-directory) |
| 578 | (custom-reevaluate-setting 'small-emporary-file-directory) | 578 | (custom-reevaluate-setting 'small-temporary-file-directory) |
| 579 | (custom-reevaluate-setting 'auto-save-file-name-transforms) | 579 | (custom-reevaluate-setting 'auto-save-file-name-transforms) |
| 580 | 580 | ||
| 581 | ;; See if we should import version-control from the environment variable. | 581 | ;; See if we should import version-control from the environment variable. |