diff options
| author | Glenn Morris | 2014-06-01 18:09:34 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-01 18:09:34 -0700 |
| commit | 299965685e2fbd9c3710ecd2eed0982d60b5d441 (patch) | |
| tree | efa9a528e077fdfd52e6f2dfa5f5e25b87ed16f7 | |
| parent | 7ec81a85a2cf45294351c14c1861d0fcb8f2dfb5 (diff) | |
| download | emacs-299965685e2fbd9c3710ecd2eed0982d60b5d441.tar.gz emacs-299965685e2fbd9c3710ecd2eed0982d60b5d441.zip | |
* lisp/Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d8cf51cc52..5739c15e490 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: | 3 | * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: |
| 4 | * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: | 4 | * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: |
| 5 | * emulation/ws-mode.el: Move to obsolete/. | 5 | * emulation/ws-mode.el: Move to obsolete/. |
| 6 | * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el | ||
| 6 | 7 | ||
| 7 | 2014-06-02 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-06-02 Eli Zaretskii <eliz@gnu.org> |
| 8 | 9 | ||
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 \ | |||
| 74 | # Note that update_loaddefs parses this. | 74 | # Note that update_loaddefs parses this. |
| 75 | AUTOGEN_VCS = \ | 75 | AUTOGEN_VCS = \ |
| 76 | ps-print.el \ | 76 | ps-print.el \ |
| 77 | emulation/tpu-edt.el \ | 77 | obsolete/emulation/tpu-edt.el \ |
| 78 | mail/rmail.el \ | 78 | mail/rmail.el \ |
| 79 | dired.el \ | 79 | dired.el \ |
| 80 | ibuffer.el \ | 80 | ibuffer.el \ |