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
384ca163
Commit
384ca163
authored
Oct 14, 2009
by
Stefan Monnier
Browse files
(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
parent
681e0e7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/Makefile.in
lisp/Makefile.in
+3
-1
No files found.
lisp/ChangeLog
View file @
384ca163
2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (compile-onefile): Load `bytecomp' rather than
`bytecomp.el'.
* minibuffer.el (completion-pcm--merge-completions): Make sure the
string we return is all made up of text from the completions rather
than part from the completions and part from the input (bug#4219).
...
...
lisp/Makefile.in
View file @
384ca163
...
...
@@ -1456,7 +1456,9 @@ ELCFILES = \
# the most common problems of not bootstrapping from a clean state.
compile-onefile
:
@
echo
Compiling
$(THEFILE)
@
$(emacs)
-l
bytecomp.el
-f
byte-compile-refresh-preloaded
$(BYTE_COMPILE_EXTRA_FLAGS)
-f
batch-byte-compile
$(THEFILE)
@
# Use byte-compile-refresh-preloaded to try and work around some of
@
# the most common bootstrapping problems.
@
$(emacs)
-l
bytecomp
-f
byte-compile-refresh-preloaded
$(BYTE_COMPILE_EXTRA_FLAGS)
-f
batch-byte-compile
$(THEFILE)
# Files MUST be compiled one by one. If we compile several files in a
# row (i.e., in the same instance of Emacs) we can't make sure that
...
...
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