diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-04 05:05:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-04 05:05:10 +0000 |
commit | fbf351e8ce3fbd87c8e2cc4194d6a0b73858189f (patch) | |
tree | f1959695874dc16acadf51b4ec13b87c588f3b07 | |
parent | d20ca1f39d17ac1cef626abb289dd5a477b2f058 (diff) | |
download | emacs-fbf351e8ce3fbd87c8e2cc4194d6a0b73858189f.tar.gz |
(lisp, shortlisp): Some files moved to subdirs.
-rw-r--r-- | src/Makefile.in | 24 |
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= \ ${lispsource}byte-run.elc \ ${lispsource}cus-start.el \ ${lispsource}custom.elc \ + ${lispsource}emacs-lisp/lisp-mode.elc \ + ${lispsource}emacs-lisp/lisp.elc \ ${lispsource}faces.elc \ ${lispsource}files.elc \ - ${lispsource}fill.elc \ ${lispsource}format.elc \ FACE_SUPPORT \ MOUSE_SUPPORT \ @@ -652,8 +653,6 @@ lisp= \ ${lispsource}help.elc \ ${lispsource}indent.elc \ ${lispsource}isearch.elc \ - ${lispsource}lisp-mode.elc \ - ${lispsource}lisp.elc \ ${lispsource}loadup.el \ ${lispsource}loaddefs.el \ ${lispsource}map-ynp.elc \ @@ -678,15 +677,16 @@ lisp= \ ${lispsource}language/tibetan.elc \ ${lispsource}language/vietnamese.elc \ ${lispsource}language/misc-lang.elc \ - ${lispsource}page.elc \ - ${lispsource}paragraphs.elc \ ${lispsource}paths.el \ ${lispsource}register.elc \ ${lispsource}replace.elc \ ${lispsource}simple.elc \ ${lispsource}startup.elc \ ${lispsource}subr.elc \ - ${lispsource}text-mode.elc \ + ${lispsource}textmodes/fill.elc \ + ${lispsource}textmodes/page.elc \ + ${lispsource}textmodes/paragraphs.elc \ + ${lispsource}textmodes/text-mode.elc \ ${lispsource}vc-hooks.elc \ ${lispsource}ediff-hook.elc \ VMS_SUPPORT \ @@ -706,15 +706,14 @@ shortlisp= \ ../lisp/byte-run.elc \ ../lisp/cus-start.el \ ../lisp/custom.elc \ + ../lisp/emacs-lisp/lisp-mode.elc \ + ../lisp/emacs-lisp/lisp.elc \ ../lisp/faces.elc \ ../lisp/files.elc \ - ../lisp/fill.elc \ ../lisp/format.elc \ ../lisp/help.elc \ ../lisp/indent.elc \ ../lisp/isearch.elc \ - ../lisp/lisp-mode.elc \ - ../lisp/lisp.elc \ ../lisp/loadup.el \ ../lisp/loaddefs.el \ ../lisp/map-ynp.elc \ @@ -738,15 +737,16 @@ shortlisp= \ ../lisp/language/tibetan.elc \ ../lisp/language/vietnamese.elc \ ../lisp/language/misc-lang.elc \ - ../lisp/page.elc \ - ../lisp/paragraphs.elc \ ../lisp/paths.el \ ../lisp/register.elc \ ../lisp/replace.elc \ ../lisp/simple.elc \ ../lisp/startup.elc \ ../lisp/subr.elc \ - ../lisp/text-mode.elc \ + ../lisp/textmodes/fill.elc \ + ../lisp/textmodes/page.elc \ + ../lisp/textmodes/paragraphs.elc \ + ../lisp/textmodes/text-mode.elc \ ../lisp/vc-hooks.elc \ ../lisp/ediff-hook.elc \ ../lisp/widget.elc \ |