# HG changeset patch # User Eli Zaretskii # Date 910545856 0 # Node ID bf72d6351f292e60a632abc27c70286355943df1 # Parent ba5feaac00b1d802034c71265c6242aa9a66d2d4 (symbol-file): Run fns-VERSION.el through convert-standard-filename. diff -r ba5feaac00b1 -r bf72d6351f29 lisp/loadhist.el --- a/lisp/loadhist.el Sun Nov 08 17:23:52 1998 +0000 +++ b/lisp/loadhist.el Sun Nov 08 17:24:16 1998 +0000 @@ -40,8 +40,12 @@ "Return the input source from which SYM was loaded. This is a file name, or nil if the source was a buffer with no associated file." (unless load-history-loaded - (load (expand-file-name (format "fns-%s.el" emacs-version) - exec-directory)) + (load (expand-file-name + ;; fns-XX.YY.ZZ.el does not work on DOS filesystem. + (convert-standard-filename (format "fns-%s.el" emacs-version)) + exec-directory) + ;; The file name fns-%s.el already has a .el extension. + nil nil t) (setq load-history-loaded t)) (catch 'foundit (mapcar