summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-08 11:19:35 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-08 11:19:35 +0000
commit086514436a4cbc004a43a4ab331e29e3ad9da835 (patch)
treefc00b89355c33864066a4d94206a74716092f6b1
parentb6b584ad799d3c655606cec3fb4fd337e8872c7a (diff)
downloademacs-other-branches/patches_21_0.tar.gz
(lisp, shortlisp): Replace bindings.el withother-branches/patches_21_0
bindings.elc, since otherwise doc strings in bindings.el get wrong offsets in etc/DOC.
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.in4
2 files changed, 8 insertions, 2 deletions
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 <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.
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 \