aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-08-09 08:09:30 +0000
committerRichard M. Stallman <[email protected]>1997-08-09 08:09:30 +0000
commitd23ad362d6b5162204b033478d9c2b51b60ab1b9 (patch)
treeb08b5d9cfda678f715f8111dcf8e48652933d736 /src/Makefile.in
parentd1ae737bff663a1af393ea5ba16a1b0fc9b476a9 (diff)
(lisp, shortlisp): Add bindings.el and case-table.elc.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b75d7cff37..96390c356b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -655,12 +655,14 @@ lisp= \
${lispsource}isearch.elc \
${lispsource}loadup.el \
${lispsource}loaddefs.el \
+ ${lispsource}bindings.el \
${lispsource}map-ynp.elc \
${lispsource}menu-bar.elc \
${lispsource}international/mule.elc \
${lispsource}international/mule-conf.el \
${lispsource}international/mule-cmds.elc \
${lispsource}international/characters.elc \
+ ${lispsource}case-table.elc \
${lispsource}language/chinese.elc \
${lispsource}language/cyrillic.elc \
${lispsource}language/devanagari.elc \
@@ -716,11 +718,13 @@ shortlisp= \
../lisp/isearch.elc \
../lisp/loadup.el \
../lisp/loaddefs.el \
+ ../lisp/bindings.el \
../lisp/map-ynp.elc \
../lisp/international/mule.elc \
../lisp/international/mule-conf.el \
../lisp/international/mule-cmds.elc \
../lisp/international/characters.elc \
+ ../lisp/case-table.elc \
../lisp/language/chinese.elc \
../lisp/language/cyrillic.elc \
../lisp/language/devanagari.elc \