From: Eli Zaretskii Date: Mon, 8 Oct 2001 11:05:01 +0000 (+0000) Subject: (lisp, shortlisp): Replace bindings.el with X-Git-Tag: emacs-21.1~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d986a4a2264331bb199e9ac214055f53063f556;p=emacs.git (lisp, shortlisp): Replace bindings.el with bindings.elc, since otherwise doc strings in bindings.el get wrong offsets in etc/DOC. --- diff --git a/src/Makefile.in b/src/Makefile.in index 50fc86c9d44..03d27ccad00 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \