mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(finding existing executable versions): Add a period to the end of BASE.
This commit is contained in:
parent
9993b5610c
commit
0c39a40329
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue