]> git.eshelyaron.com Git - emacs.git/commitdiff
(finding existing executable versions): Add a period to the end of BASE.
authorRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 19:28:49 +0000 (19:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 30 Oct 1995 19:28:49 +0000 (19:28 +0000)
lisp/loadup.el

index 9e9f201d24b3744be89c5c54a525dea471e0992d..e6b790691a0710647b6748368ab9c612aa2daae8 100644 (file)
 (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))))))