diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-01 18:09:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-01 18:09:34 -0700 |
commit | 299965685e2fbd9c3710ecd2eed0982d60b5d441 (patch) | |
tree | efa9a528e077fdfd52e6f2dfa5f5e25b87ed16f7 /lisp/Makefile.in | |
parent | 7ec81a85a2cf45294351c14c1861d0fcb8f2dfb5 (diff) | |
download | emacs-299965685e2fbd9c3710ecd2eed0982d60b5d441.tar.gz |
* lisp/Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9673be30608..62bce5f179e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -74,7 +74,7 @@ AUTOGENEL = loaddefs.el \ # Note that update_loaddefs parses this. AUTOGEN_VCS = \ ps-print.el \ - emulation/tpu-edt.el \ + obsolete/emulation/tpu-edt.el \ mail/rmail.el \ dired.el \ ibuffer.el \ |