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
2e306b39
Commit
2e306b39
authored
Dec 17, 2010
by
Ken Brown
Browse files
* loadup.el: Use version numbers in Cygwin build.
parent
395542c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2e306b39
2010-12-17 Ken Brown <kbrown@cornell.edu>
* loadup.el: Use version numbers in Cygwin build.
2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
* ido.el (ido-file-internal): Ask for confirmation before
...
...
lisp/loadup.el
View file @
2e306b39
...
...
@@ -342,7 +342,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
(
or
(
memq
system-type
'
(
ms-dos
windows-nt
cygwin
))
(
if
(
not
(
or
(
memq
system-type
'
(
ms-dos
windows-nt
))
;; Don't bother adding another name if we're just
;; building bootstrap-emacs.
(
equal
(
nth
3
command-line-args
)
"bootstrap"
)
...
...
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