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
170a9e70
Commit
170a9e70
authored
Mar 21, 2001
by
Gerd Moellmann
Browse files
(COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
parent
1e406be0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
6 deletions
+19
-6
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/Makefile.in
lisp/Makefile.in
+8
-3
lisp/makefile.w32-in
lisp/makefile.w32-in
+8
-3
No files found.
lisp/ChangeLog
View file @
170a9e70
2001-03-21 Gerd Moellmann <gerd@gnu.org>
* Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
* mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
headers. Always invoke sendmail with option -t.
...
...
lisp/Makefile.in
View file @
170a9e70
...
...
@@ -94,13 +94,18 @@ DONTCOMPILE = \
$(lisp)
/term/xterm.el
\
$(lisp)
/version.el
# Files to compile before others during a bootstrap. This is done
# to speed up the bootstrap process.
# Files to compile before others during a bootstrap. This is done to
# speed up the bootstrap process. The CC files are compiled first
# because CC mode tweaks the compilation process, and requiring
# cc-mode when it is not compiled doesn't work during the
# bootstrapping.
COMPILE_FIRST
=
\
$(lisp)
/emacs-lisp/byte-opt.el
\
$(lisp)
/emacs-lisp/bytecomp.el
\
$(lisp)
/subr.el
$(lisp)
/subr.el
\
$(lisp)
/progmodes/cc-mode.el
\
$(lisp)
/progmodes/cc-vars.el
# The actual Emacs command run in the targets below.
...
...
lisp/makefile.w32-in
View file @
170a9e70
...
...
@@ -96,13 +96,18 @@ DONTCOMPILE = \
$(lisp)
/term/xterm.el \
$(lisp)
/version.el
# Files to compile before others during a bootstrap. This is done
# to speed up the bootstrap process.
# Files to compile before others during a bootstrap. This is done to
# speed up the bootstrap process. The CC files are compiled first
# because CC mode tweaks the compilation process, and requiring
# cc-mode when it is not compiled doesn't work during the
# bootstrapping.
COMPILE_FIRST
=
\
$(lisp)
/emacs-lisp/byte-opt.el \
$(lisp)
/emacs-lisp/bytecomp.el \
$(lisp)
/subr.el
$(lisp)
/subr.el \
$(lisp)
/progmodes/cc-mode.el \
$(lisp)
/progmodes/cc-vars.el
# The actual Emacs command run in the targets below.
...
...
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