Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e659f57
Commit
0e659f57
authored
Jun 12, 2005
by
Eli Zaretskii
Browse files
Don't say we are dumping under 2 names on windows-nt and cygwin.
parent
a1e8cad6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0e659f57
2005-06-12 Eli Zaretskii <eliz@gnu.org>
* loadup.el: Don't say we are dumping under 2 names on windows-nt
and cygwin.
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
use an old loaddefs.el, as in Makefile.in.
...
...
lisp/loadup.el
View file @
0e659f57
...
...
@@ -320,7 +320,7 @@
(
setq
name
(
concat
(
downcase
(
substring
name
0
(
match-beginning
0
)))
"-"
(
substring
name
(
match-end
0
)))))
(
if
(
e
q
system-type
'ms-dos
)
(
if
(
mem
q
system-type
'
(
ms-dos
windows-nt
cygwin
)
)
(
message
"Dumping under the name emacs"
)
(
message
"Dumping under names emacs and %s"
name
)))
(
condition-case
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment