aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2010-11-22 17:09:17 -0500
committerStefan Monnier2010-11-22 17:09:17 -0500
commit8a0eb8520219bea72cac5410684b0a0ca9d3c783 (patch)
treec97eff6dfe0e018745c7fd29c05a3768c5861021
parentb2e4481906ec08e2c6072b6fe14dd1efca4784b9 (diff)
downloademacs-8a0eb8520219bea72cac5410684b0a0ca9d3c783.tar.gz
emacs-8a0eb8520219bea72cac5410684b0a0ca9d3c783.zip
* lisp/Makefile.in: Fix up last merge.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/Makefile.in1
2 files changed, 2 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad7ee9adb3d..763d73c883b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12010-11-22 Stefan Monnier <monnier@iro.umontreal.ca> 12010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * Makefile.in: Fix up last merge.
4
3 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove. 5 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
4 (diff-sentinel): Get them as arguments instead. 6 (diff-sentinel): Get them as arguments instead.
5 (diff-old-file, diff-new-file, diff-extra-args): Remove. 7 (diff-old-file, diff-new-file, diff-extra-args): Remove.
@@ -2111,10 +2113,6 @@
2111 2113
2112 * dired.el (dired-save-positions): Doc fix. (Bug#7119) 2114 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2113 2115
21142010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2115
2116 * Makefile.in (ELCFILES): Update.
2117
21182010-10-08 Glenn Morris <rgm@gnu.org> 21162010-10-08 Glenn Morris <rgm@gnu.org>
2119 2117
2120 * vc/ediff-wind.el (ediff-setup-control-frame): 2118 * vc/ediff-wind.el (ediff-setup-control-frame):
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 7c42d1a94b1..2b2081a25d0 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -180,7 +180,6 @@ TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptags
180 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ 180 els=`echo $(lisptagsfiles1) $(lisptagsfiles2) $(lisptagsfiles3) $(lisptagsfiles4) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
181 ${ETAGS} -o $@ $$els 181 ${ETAGS} -o $@ $$els
182 182
183 $(lisp)/emacs-lisp/smie.elc \
184# The src/Makefile.in has its own set of dependencies and when they decide 183# The src/Makefile.in has its own set of dependencies and when they decide
185# that one Lisp file needs to be re-compiled, we had better recompile it as 184# that one Lisp file needs to be re-compiled, we had better recompile it as
186# well, otherwise every subsequent make will again call us, until we finally 185# well, otherwise every subsequent make will again call us, until we finally