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

src/ChangeLog
src/Makefile.in

index 0a558cc1646f7b6899a9b3701447e4495516c3c8..5007b05b6dbc22631d09c6d4621a1b5ff38f594d 100644 (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.
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 \