Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
211b896b
Commit
211b896b
authored
Jul 06, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/Makefile.in (bzr-update): Use "compile".
It is the same as "recompile autoloads", but parallelizable.
parent
4737eec9
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
+5
-0
lisp/Makefile.in
lisp/Makefile.in
+1
-1
No files found.
lisp/ChangeLog
View file @
211b896b
2012-07-06 Glenn Morris <rgm@gnu.org>
* Makefile.in (bzr-update): "compile" is the same as "recompile
autoloads", but parallelizable, so use that instead.
2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
* window.el (quit-window): Always restore window height when
...
...
lisp/Makefile.in
View file @
211b896b
...
...
@@ -191,7 +191,7 @@ updates: update-subdirs autoloads finder-data custom-deps
# This is useful after "bzr up"; but it doesn't do anything that a
# plain "make" at top-level doesn't.
bzr-update
:
re
compile
autoloads
finder-data custom-deps
bzr-update
:
compile finder-data custom-deps
# Update the AUTHORS file.
...
...
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