changeset 19246:f6bd90990d66

(lisp, shortlisp): Add bindings.el and case-table.elc.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Aug 1997 08:09:30 +0000
parents 33adb5cee0b0
children 90c5343cf243
files src/Makefile.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sat Aug 09 08:01:07 1997 +0000
+++ b/src/Makefile.in	Sat Aug 09 08:09:30 1997 +0000
@@ -655,12 +655,14 @@
 	${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 @@
 	../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 \