mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(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:
parent
b6b584ad79
commit
086514436a
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user