(lisp, shortlisp): Replace bindings.el with

bindings.elc, since otherwise doc strings in bindings.el get wrong
offsets in etc/DOC.
This commit is contained in:
Eli Zaretskii 2001-10-08 11:19:35 +00:00
parent b6b584ad79
commit 086514436a
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2001-10-08 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (lisp, shortlisp): Replace bindings.el with
bindings.elc, since otherwise doc strings in bindings.el get wrong
offsets in etc/DOC.
2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
* window.h (MINI_WINDOW_P): Use NILP.

View 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 \