Mercurial > emacs
changeset 23663:ba5feaac00b1
(buffer-undo-list): Run fns-VERSION.el through
convert-standard-filename.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 08 Nov 1998 17:23:52 +0000 |
parents | a0da0fa2edfd |
children | bf72d6351f29 |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Sun Nov 08 17:18:55 1998 +0000 +++ b/lisp/loadup.el Sun Nov 08 17:23:52 1998 +0000 @@ -225,8 +225,9 @@ (setq tem (cdr tem)))) (princ ")))\n" (current-buffer)) (write-region (point-min) (point-max) - (expand-file-name (format "../lisp/fns-%s.el" emacs-version) - invocation-directory)) + (expand-file-name (convert-standard-filename + (format "../lisp/fns-%s.el" emacs-version)) + invocation-directory)) (erase-buffer)) (setq load-history nil) (set-buffer-modified-p nil)