Mercurial > emacs
changeset 39648:5c997194d7ed
(lisp, shortlisp): Add `button.elc'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 07 Oct 2001 11:29:44 +0000 |
parents | 387ceba6fde4 |
children | 7edeec63e660 |
files | src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Oct 07 11:19:34 2001 +0000 +++ b/src/Makefile.in Sun Oct 07 11:29:44 2001 +0000 @@ -648,6 +648,7 @@ lisp= \ ${lispsource}abbrev.elc \ ${lispsource}buff-menu.elc \ + ${lispsource}button.elc \ ${lispsource}byte-run.elc \ ${lispsource}cus-start.el \ ${lispsource}custom.elc \ @@ -666,7 +667,7 @@ ${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 \ @@ -728,6 +729,7 @@ shortlisp= \ ../lisp/abbrev.elc \ ../lisp/buff-menu.elc \ + ../lisp/button.elc \ ../lisp/byte-run.elc \ ../lisp/cus-start.el \ ../lisp/custom.elc \ @@ -745,7 +747,7 @@ ../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 \