summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-30 19:28:49 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-30 19:28:49 +0000
commit0fbe3203a1a4bf80ebbf8649a1e281d411b81e04 (patch)
tree56faa91324e8c8502d4c62043e90e104d00d20f6
parent4366fe072afed1160e45cf6b5a01e396062d5dfb (diff)
downloademacs-0fbe3203a1a4bf80ebbf8649a1e281d411b81e04.tar.gz
(finding existing executable versions): Add a period to the end of BASE.
-rw-r--r--lisp/loadup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 9e9f201d24b..e6b790691a0 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -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))))))