diff --git a/src/ChangeLog b/src/ChangeLog index 0a558cc1646..5007b05b6db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-10-08 Eli Zaretskii + + * 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 * window.h (MINI_WINDOW_P): Use NILP. 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 \