Fixed loadup.el bug in finding the last build number on Unix.
This commit is contained in:
parent
19c443d277
commit
db1ec5b6df
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
|||
(equal (nth 4 command-line-args) "dump"))
|
||||
(not (eq system-type 'ms-dos)))
|
||||
(let* ((base (concat "emacs-" emacs-version "."))
|
||||
(exelen (if (eq system-type 'windows-nt) -4 0))
|
||||
(exelen (if (eq system-type 'windows-nt) -4))
|
||||
(files (file-name-all-completions base default-directory))
|
||||
(versions (mapcar (function
|
||||
(lambda (name)
|
||||
|
|
Loading…
Add table
Reference in a new issue