diff options
| author | Geoff Voelker | 1998-12-07 19:25:32 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-12-07 19:25:32 +0000 |
| commit | c7e73b89dc06f754de94d1b87b24d0bb31e0de87 (patch) | |
| tree | daebe79fdd0a57229d8240f412f35e13b41ae138 | |
| parent | b4b989a063c7662d4f16af10f7a90c236acdc0df (diff) | |
| download | emacs-c7e73b89dc06f754de94d1b87b24d0bb31e0de87.tar.gz emacs-c7e73b89dc06f754de94d1b87b24d0bb31e0de87.zip | |
(buffer-undo-list): Write fns-VERSION.el in lib-src.
| -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) |