Mercurial > emacs
changeset 13342:f68eab5a63d2
(finding existing executable versions): Add a period to the end of BASE.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 30 Oct 1995 19:28:49 +0000 |
parents | c26492df6218 |
children | cc0f24bdfab1 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Oct 30 19:25:04 1995 +0000 +++ b/lisp/loadup.el Mon Oct 30 19:28:49 1995 +0000 @@ -150,7 +150,7 @@ (if (and (or (equal (nth 3 command-line-args) "dump") (equal (nth 4 command-line-args) "dump")) (not (eq system-type 'ms-dos))) - (let* ((base (concat "emacs-" emacs-version)) + (let* ((base (concat "emacs-" emacs-version ".")) (files (file-name-all-completions base default-directory)) (versions (mapcar (function (lambda (name) (string-to-int (substring name (1+ (length base))))))