]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp, shortlisp): Replace bindings.el with
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2001 11:05:01 +0000 (11:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2001 11:05:01 +0000 (11:05 +0000)
bindings.elc, since otherwise doc strings in bindings.el get wrong
offsets in etc/DOC.

src/Makefile.in

index 50fc86c9d44c0dbd51f024360a584b06a8e11d68..03d27ccad0099a2393c6b6b36e816e1bbe34f0bf 100644 (file)
@@ -666,7 +666,7 @@ lisp= \
        ${lispsource}isearch.elc \
        ${lispsource}loadup.el \
        ${lispsource}loaddefs.el \
-       ${lispsource}bindings.el \
+       ${lispsource}bindings.elc \
        ${lispsource}map-ynp.elc \
        ${lispsource}menu-bar.elc \
        ${lispsource}international/mule.elc \
@@ -745,7 +745,7 @@ shortlisp= \
        ../lisp/isearch.elc \
        ../lisp/loadup.el \
        ../lisp/loaddefs.el \
-       ../lisp/bindings.el \
+       ../lisp/bindings.elc \
        ../lisp/map-ynp.elc \
        ../lisp/env.elc \
        ../lisp/international/mule.elc \