From c7e73b89dc06f754de94d1b87b24d0bb31e0de87 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Mon, 7 Dec 1998 19:25:32 +0000 Subject: [PATCH] (buffer-undo-list): Write fns-VERSION.el in lib-src. --- lisp/loadup.el | 4 ++-- 1 file 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 @@ (write-region (point-min) (point-max) (expand-file-name (if (eq system-type 'ms-dos) - "../lisp/fns.el" - (format "../lisp/fns-%s.el" emacs-version)) + "../lib-src/fns.el" + (format "../lib-src/fns-%s.el" emacs-version)) invocation-directory)) (erase-buffer)) (setq load-history nil) -- 2.39.2