diff options
| -rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 254b6ad2c24..1f42285d451 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -227,8 +227,8 @@ | |||
| 227 | (write-region (point-min) (point-max) | 227 | (write-region (point-min) (point-max) |
| 228 | (expand-file-name | 228 | (expand-file-name |
| 229 | (if (eq system-type 'ms-dos) | 229 | (if (eq system-type 'ms-dos) |
| 230 | "../lisp/fns.el" | 230 | "../lib-src/fns.el" |
| 231 | (format "../lisp/fns-%s.el" emacs-version)) | 231 | (format "../lib-src/fns-%s.el" emacs-version)) |
| 232 | invocation-directory)) | 232 | invocation-directory)) |
| 233 | (erase-buffer)) | 233 | (erase-buffer)) |
| 234 | (setq load-history nil) | 234 | (setq load-history nil) |