aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2014-10-20 18:21:56 -0400
committerStefan Monnier2014-10-20 18:21:56 -0400
commit3e7807011bfb0e7921949ff5d74b2afa5129a726 (patch)
tree0b8e4e585874ec7d396f72e7d7ffe8ae4f97fa8f
parent9d982156cb1ba6465b53e4722469e475f897385b (diff)
downloademacs-3e7807011bfb0e7921949ff5d74b2afa5129a726.tar.gz
emacs-3e7807011bfb0e7921949ff5d74b2afa5129a726.zip
* lisp/Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el. [Backport]
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/Makefile.in1
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2758f48d4df..6680722dd4f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el.
4
12014-10-20 Glenn Morris <rgm@gnu.org> 52014-10-20 Glenn Morris <rgm@gnu.org>
2 6
3 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: 7 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
@@ -12,7 +16,7 @@
12 16
13 * obsolete/cc-compat.el: Make obsolete (bug#18561). 17 * obsolete/cc-compat.el: Make obsolete (bug#18561).
14 18
15 * epg-config.el (epg-gpg-program): Don't use the absolute names by default. 19 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
16 20
17 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg 21 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
18 case (bug#18767). 22 case (bug#18767).
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index a1cd6d19ce8..5e42cd16bfc 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -74,7 +74,6 @@ AUTOGENEL = loaddefs.el \
74# Note that update_loaddefs parses this. 74# Note that update_loaddefs parses this.
75AUTOGEN_VCS = \ 75AUTOGEN_VCS = \
76 ps-print.el \ 76 ps-print.el \
77 emulation/tpu-edt.el \
78 mail/rmail.el \ 77 mail/rmail.el \
79 dired.el \ 78 dired.el \
80 ibuffer.el \ 79 ibuffer.el \