aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-04 05:05:10 +0000
committerRichard M. Stallman1997-07-04 05:05:10 +0000
commitde732ea746df763d3dc2c716db6cad4c60de49f2 (patch)
tree630bf340544ccf475894cd3153ae6fe8a6b97c77
parent5dcd1261171057c7265ddc904a0d4094bde1c6dd (diff)
downloademacs-de732ea746df763d3dc2c716db6cad4c60de49f2.tar.gz
emacs-de732ea746df763d3dc2c716db6cad4c60de49f2.zip
(lisp, shortlisp): Some files moved to subdirs.
-rw-r--r--src/Makefile.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c2bf1fd6c17..93972737105 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -640,9 +640,10 @@ lisp= \
640 ${lispsource}byte-run.elc \ 640 ${lispsource}byte-run.elc \
641 ${lispsource}cus-start.el \ 641 ${lispsource}cus-start.el \
642 ${lispsource}custom.elc \ 642 ${lispsource}custom.elc \
643 ${lispsource}emacs-lisp/lisp-mode.elc \
644 ${lispsource}emacs-lisp/lisp.elc \
643 ${lispsource}faces.elc \ 645 ${lispsource}faces.elc \
644 ${lispsource}files.elc \ 646 ${lispsource}files.elc \
645 ${lispsource}fill.elc \
646 ${lispsource}format.elc \ 647 ${lispsource}format.elc \
647 FACE_SUPPORT \ 648 FACE_SUPPORT \
648 MOUSE_SUPPORT \ 649 MOUSE_SUPPORT \
@@ -652,8 +653,6 @@ lisp= \
652 ${lispsource}help.elc \ 653 ${lispsource}help.elc \
653 ${lispsource}indent.elc \ 654 ${lispsource}indent.elc \
654 ${lispsource}isearch.elc \ 655 ${lispsource}isearch.elc \
655 ${lispsource}lisp-mode.elc \
656 ${lispsource}lisp.elc \
657 ${lispsource}loadup.el \ 656 ${lispsource}loadup.el \
658 ${lispsource}loaddefs.el \ 657 ${lispsource}loaddefs.el \
659 ${lispsource}map-ynp.elc \ 658 ${lispsource}map-ynp.elc \
@@ -678,15 +677,16 @@ lisp= \
678 ${lispsource}language/tibetan.elc \ 677 ${lispsource}language/tibetan.elc \
679 ${lispsource}language/vietnamese.elc \ 678 ${lispsource}language/vietnamese.elc \
680 ${lispsource}language/misc-lang.elc \ 679 ${lispsource}language/misc-lang.elc \
681 ${lispsource}page.elc \
682 ${lispsource}paragraphs.elc \
683 ${lispsource}paths.el \ 680 ${lispsource}paths.el \
684 ${lispsource}register.elc \ 681 ${lispsource}register.elc \
685 ${lispsource}replace.elc \ 682 ${lispsource}replace.elc \
686 ${lispsource}simple.elc \ 683 ${lispsource}simple.elc \
687 ${lispsource}startup.elc \ 684 ${lispsource}startup.elc \
688 ${lispsource}subr.elc \ 685 ${lispsource}subr.elc \
689 ${lispsource}text-mode.elc \ 686 ${lispsource}textmodes/fill.elc \
687 ${lispsource}textmodes/page.elc \
688 ${lispsource}textmodes/paragraphs.elc \
689 ${lispsource}textmodes/text-mode.elc \
690 ${lispsource}vc-hooks.elc \ 690 ${lispsource}vc-hooks.elc \
691 ${lispsource}ediff-hook.elc \ 691 ${lispsource}ediff-hook.elc \
692 VMS_SUPPORT \ 692 VMS_SUPPORT \
@@ -706,15 +706,14 @@ shortlisp= \
706 ../lisp/byte-run.elc \ 706 ../lisp/byte-run.elc \
707 ../lisp/cus-start.el \ 707 ../lisp/cus-start.el \
708 ../lisp/custom.elc \ 708 ../lisp/custom.elc \
709 ../lisp/emacs-lisp/lisp-mode.elc \
710 ../lisp/emacs-lisp/lisp.elc \
709 ../lisp/faces.elc \ 711 ../lisp/faces.elc \
710 ../lisp/files.elc \ 712 ../lisp/files.elc \
711 ../lisp/fill.elc \
712 ../lisp/format.elc \ 713 ../lisp/format.elc \
713 ../lisp/help.elc \ 714 ../lisp/help.elc \
714 ../lisp/indent.elc \ 715 ../lisp/indent.elc \
715 ../lisp/isearch.elc \ 716 ../lisp/isearch.elc \
716 ../lisp/lisp-mode.elc \
717 ../lisp/lisp.elc \
718 ../lisp/loadup.el \ 717 ../lisp/loadup.el \
719 ../lisp/loaddefs.el \ 718 ../lisp/loaddefs.el \
720 ../lisp/map-ynp.elc \ 719 ../lisp/map-ynp.elc \
@@ -738,15 +737,16 @@ shortlisp= \
738 ../lisp/language/tibetan.elc \ 737 ../lisp/language/tibetan.elc \
739 ../lisp/language/vietnamese.elc \ 738 ../lisp/language/vietnamese.elc \
740 ../lisp/language/misc-lang.elc \ 739 ../lisp/language/misc-lang.elc \
741 ../lisp/page.elc \
742 ../lisp/paragraphs.elc \
743 ../lisp/paths.el \ 740 ../lisp/paths.el \
744 ../lisp/register.elc \ 741 ../lisp/register.elc \
745 ../lisp/replace.elc \ 742 ../lisp/replace.elc \
746 ../lisp/simple.elc \ 743 ../lisp/simple.elc \
747 ../lisp/startup.elc \ 744 ../lisp/startup.elc \
748 ../lisp/subr.elc \ 745 ../lisp/subr.elc \
749 ../lisp/text-mode.elc \ 746 ../lisp/textmodes/fill.elc \
747 ../lisp/textmodes/page.elc \
748 ../lisp/textmodes/paragraphs.elc \
749 ../lisp/textmodes/text-mode.elc \
750 ../lisp/vc-hooks.elc \ 750 ../lisp/vc-hooks.elc \
751 ../lisp/ediff-hook.elc \ 751 ../lisp/ediff-hook.elc \
752 ../lisp/widget.elc \ 752 ../lisp/widget.elc \