diff options
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e439a5f9946..bed19f47d4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-05-31 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and | ||
| 4 | timer are in lisp/emacs-lisp. | ||
| 5 | |||
| 1 | 2003-05-31 Kenichi Handa <handa@m17n.org> | 6 | 2003-05-31 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * charset.h (VALID_LEADING_CODE_P): New macro. | 8 | * charset.h (VALID_LEADING_CODE_P): New macro. |
diff --git a/src/Makefile.in b/src/Makefile.in index bb76623870e..830850d7712 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -689,7 +689,7 @@ lisp= \ | |||
| 689 | ${lispsource}abbrev.elc \ | 689 | ${lispsource}abbrev.elc \ |
| 690 | ${lispsource}buff-menu.elc \ | 690 | ${lispsource}buff-menu.elc \ |
| 691 | ${lispsource}button.elc \ | 691 | ${lispsource}button.elc \ |
| 692 | ${lispsource}byte-run.elc \ | 692 | ${lispsource}emacs-lisp/byte-run.elc \ |
| 693 | ${lispsource}cus-face.elc \ | 693 | ${lispsource}cus-face.elc \ |
| 694 | ${lispsource}cus-start.elc \ | 694 | ${lispsource}cus-start.elc \ |
| 695 | ${lispsource}custom.elc \ | 695 | ${lispsource}custom.elc \ |
| @@ -702,7 +702,7 @@ lisp= \ | |||
| 702 | ${lispsource}format.elc \ | 702 | ${lispsource}format.elc \ |
| 703 | ${lispsource}facemenu.elc \ | 703 | ${lispsource}facemenu.elc \ |
| 704 | MOUSE_SUPPORT \ | 704 | MOUSE_SUPPORT \ |
| 705 | ${lispsource}float-sup.elc \ | 705 | ${lispsource}emacs-lisp/float-sup.elc \ |
| 706 | ${lispsource}frame.elc \ | 706 | ${lispsource}frame.elc \ |
| 707 | ${lispsource}help.elc \ | 707 | ${lispsource}help.elc \ |
| 708 | ${lispsource}indent.elc \ | 708 | ${lispsource}indent.elc \ |
| @@ -710,7 +710,7 @@ lisp= \ | |||
| 710 | ${lispsource}loadup.el \ | 710 | ${lispsource}loadup.el \ |
| 711 | ${lispsource}loaddefs.el \ | 711 | ${lispsource}loaddefs.el \ |
| 712 | ${lispsource}bindings.elc \ | 712 | ${lispsource}bindings.elc \ |
| 713 | ${lispsource}map-ynp.elc \ | 713 | ${lispsource}emacs-lisp/map-ynp.elc \ |
| 714 | ${lispsource}menu-bar.elc \ | 714 | ${lispsource}menu-bar.elc \ |
| 715 | ${lispsource}international/mule.elc \ | 715 | ${lispsource}international/mule.elc \ |
| 716 | ${lispsource}international/mule-conf.el \ | 716 | ${lispsource}international/mule-conf.el \ |
| @@ -762,7 +762,7 @@ lisp= \ | |||
| 762 | ${lispsource}textmodes/page.elc \ | 762 | ${lispsource}textmodes/page.elc \ |
| 763 | ${lispsource}textmodes/paragraphs.elc \ | 763 | ${lispsource}textmodes/paragraphs.elc \ |
| 764 | ${lispsource}textmodes/text-mode.elc \ | 764 | ${lispsource}textmodes/text-mode.elc \ |
| 765 | ${lispsource}timer.elc \ | 765 | ${lispsource}emacs-lisp/timer.elc \ |
| 766 | ${lispsource}vc-hooks.elc \ | 766 | ${lispsource}vc-hooks.elc \ |
| 767 | ${lispsource}ediff-hook.elc \ | 767 | ${lispsource}ediff-hook.elc \ |
| 768 | VMS_SUPPORT \ | 768 | VMS_SUPPORT \ |
| @@ -780,7 +780,7 @@ shortlisp= \ | |||
| 780 | ../lisp/abbrev.elc \ | 780 | ../lisp/abbrev.elc \ |
| 781 | ../lisp/buff-menu.elc \ | 781 | ../lisp/buff-menu.elc \ |
| 782 | ../lisp/button.elc \ | 782 | ../lisp/button.elc \ |
| 783 | ../lisp/byte-run.elc \ | 783 | ../lisp/emacs-lisp/byte-run.elc \ |
| 784 | ../lisp/cus-face.elc \ | 784 | ../lisp/cus-face.elc \ |
| 785 | ../lisp/cus-start.elc \ | 785 | ../lisp/cus-start.elc \ |
| 786 | ../lisp/custom.elc \ | 786 | ../lisp/custom.elc \ |
| @@ -790,7 +790,7 @@ shortlisp= \ | |||
| 790 | ../lisp/facemenu.elc \ | 790 | ../lisp/facemenu.elc \ |
| 791 | ../lisp/faces.elc \ | 791 | ../lisp/faces.elc \ |
| 792 | ../lisp/files.elc \ | 792 | ../lisp/files.elc \ |
| 793 | ../lisp/float-sup.elc \ | 793 | ../lisp/emacs-lisp/float-sup.elc \ |
| 794 | ../lisp/format.elc \ | 794 | ../lisp/format.elc \ |
| 795 | ../lisp/frame.elc \ | 795 | ../lisp/frame.elc \ |
| 796 | ../lisp/help.elc \ | 796 | ../lisp/help.elc \ |
| @@ -799,7 +799,7 @@ shortlisp= \ | |||
| 799 | ../lisp/loadup.el \ | 799 | ../lisp/loadup.el \ |
| 800 | ../lisp/loaddefs.el \ | 800 | ../lisp/loaddefs.el \ |
| 801 | ../lisp/bindings.elc \ | 801 | ../lisp/bindings.elc \ |
| 802 | ../lisp/map-ynp.elc \ | 802 | ../lisp/emacs-lisp/map-ynp.elc \ |
| 803 | ../lisp/env.elc \ | 803 | ../lisp/env.elc \ |
| 804 | ../lisp/international/mule.elc \ | 804 | ../lisp/international/mule.elc \ |
| 805 | ../lisp/international/mule-conf.el \ | 805 | ../lisp/international/mule-conf.el \ |
| @@ -852,7 +852,7 @@ shortlisp= \ | |||
| 852 | ../lisp/textmodes/page.elc \ | 852 | ../lisp/textmodes/page.elc \ |
| 853 | ../lisp/textmodes/paragraphs.elc \ | 853 | ../lisp/textmodes/paragraphs.elc \ |
| 854 | ../lisp/textmodes/text-mode.elc \ | 854 | ../lisp/textmodes/text-mode.elc \ |
| 855 | ../lisp/timer.elc \ | 855 | ../lisp/emacs-lisp/timer.elc \ |
| 856 | ../lisp/vc-hooks.elc \ | 856 | ../lisp/vc-hooks.elc \ |
| 857 | ../lisp/ediff-hook.elc \ | 857 | ../lisp/ediff-hook.elc \ |
| 858 | ../lisp/widget.elc \ | 858 | ../lisp/widget.elc \ |