diff options
| -rw-r--r-- | lisp/loadup.el | 2 |
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 @@ | |||
| 150 | (if (and (or (equal (nth 3 command-line-args) "dump") | 150 | (if (and (or (equal (nth 3 command-line-args) "dump") |
| 151 | (equal (nth 4 command-line-args) "dump")) | 151 | (equal (nth 4 command-line-args) "dump")) |
| 152 | (not (eq system-type 'ms-dos))) | 152 | (not (eq system-type 'ms-dos))) |
| 153 | (let* ((base (concat "emacs-" emacs-version)) | 153 | (let* ((base (concat "emacs-" emacs-version ".")) |
| 154 | (files (file-name-all-completions base default-directory)) | 154 | (files (file-name-all-completions base default-directory)) |
| 155 | (versions (mapcar (function (lambda (name) | 155 | (versions (mapcar (function (lambda (name) |
| 156 | (string-to-int (substring name (1+ (length base)))))) | 156 | (string-to-int (substring name (1+ (length base)))))) |