From 3e7807011bfb0e7921949ff5d74b2afa5129a726 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 20 Oct 2014 18:21:56 -0400 Subject: [PATCH] * lisp/Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el. [Backport] --- lisp/ChangeLog | 6 +++++- lisp/Makefile.in | 1 - 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 @@ +2014-10-20 Stefan Monnier + + * Makefile.in (AUTOGEN_VCS): Remove emulation/tpu-edt.el. + 2014-10-20 Glenn Morris * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: @@ -12,7 +16,7 @@ * obsolete/cc-compat.el: Make obsolete (bug#18561). - * epg-config.el (epg-gpg-program): Don't use the absolute names by default. + * epg-config.el (epg-gpg-program): Don't use absolute names by default. * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg 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 \ # Note that update_loaddefs parses this. AUTOGEN_VCS = \ ps-print.el \ - emulation/tpu-edt.el \ mail/rmail.el \ dired.el \ ibuffer.el \ -- 2.11.4.GIT