[WINDOWSNT]: Find doc strings
This commit is contained in:
parent
64ce1458ef
commit
ea3e204331
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
|||
(dump-emacs "emacs" "temacs")
|
||||
(message "%d pure bytes used" pure-bytes-used)
|
||||
;; Recompute NAME now, so that it isn't set when we dump.
|
||||
(if (not (eq system-type 'ms-dos))
|
||||
(if (not (memq system-type '(ms-dos windows-nt)))
|
||||
(let ((name (concat "emacs-" emacs-version)))
|
||||
(while (string-match "[^-+_.a-zA-Z0-9]+" name)
|
||||
(setq name (concat (downcase (substring name 0 (match-beginning 0)))
|
||||
|
|
Loading…
Add table
Reference in a new issue