aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-09 08:09:30 +0000
committerRichard M. Stallman1997-08-09 08:09:30 +0000
commitd23ad362d6b5162204b033478d9c2b51b60ab1b9 (patch)
treeb08b5d9cfda678f715f8111dcf8e48652933d736 /src
parentd1ae737bff663a1af393ea5ba16a1b0fc9b476a9 (diff)
downloademacs-d23ad362d6b5162204b033478d9c2b51b60ab1b9.tar.gz
emacs-d23ad362d6b5162204b033478d9c2b51b60ab1b9.zip
(lisp, shortlisp): Add bindings.el and case-table.elc.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b75d7cff37f..96390c356b8 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -655,12 +655,14 @@ lisp= \
655 ${lispsource}isearch.elc \ 655 ${lispsource}isearch.elc \
656 ${lispsource}loadup.el \ 656 ${lispsource}loadup.el \
657 ${lispsource}loaddefs.el \ 657 ${lispsource}loaddefs.el \
658 ${lispsource}bindings.el \
658 ${lispsource}map-ynp.elc \ 659 ${lispsource}map-ynp.elc \
659 ${lispsource}menu-bar.elc \ 660 ${lispsource}menu-bar.elc \
660 ${lispsource}international/mule.elc \ 661 ${lispsource}international/mule.elc \
661 ${lispsource}international/mule-conf.el \ 662 ${lispsource}international/mule-conf.el \
662 ${lispsource}international/mule-cmds.elc \ 663 ${lispsource}international/mule-cmds.elc \
663 ${lispsource}international/characters.elc \ 664 ${lispsource}international/characters.elc \
665 ${lispsource}case-table.elc \
664 ${lispsource}language/chinese.elc \ 666 ${lispsource}language/chinese.elc \
665 ${lispsource}language/cyrillic.elc \ 667 ${lispsource}language/cyrillic.elc \
666 ${lispsource}language/devanagari.elc \ 668 ${lispsource}language/devanagari.elc \
@@ -716,11 +718,13 @@ shortlisp= \
716 ../lisp/isearch.elc \ 718 ../lisp/isearch.elc \
717 ../lisp/loadup.el \ 719 ../lisp/loadup.el \
718 ../lisp/loaddefs.el \ 720 ../lisp/loaddefs.el \
721 ../lisp/bindings.el \
719 ../lisp/map-ynp.elc \ 722 ../lisp/map-ynp.elc \
720 ../lisp/international/mule.elc \ 723 ../lisp/international/mule.elc \
721 ../lisp/international/mule-conf.el \ 724 ../lisp/international/mule-conf.el \
722 ../lisp/international/mule-cmds.elc \ 725 ../lisp/international/mule-cmds.elc \
723 ../lisp/international/characters.elc \ 726 ../lisp/international/characters.elc \
727 ../lisp/case-table.elc \
724 ../lisp/language/chinese.elc \ 728 ../lisp/language/chinese.elc \
725 ../lisp/language/cyrillic.elc \ 729 ../lisp/language/cyrillic.elc \
726 ../lisp/language/devanagari.elc \ 730 ../lisp/language/devanagari.elc \