diff options
| author | Miles Bader | 2001-10-07 11:29:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-07 11:29:44 +0000 |
| commit | aae5b722423e09998ff42e683988d660cecfec58 (patch) | |
| tree | bad358e9291c29319d6be56af9d5b4bce216156e /src | |
| parent | 123ac55ed9f33f5dd44e585368f1cb9681c914a9 (diff) | |
| download | emacs-aae5b722423e09998ff42e683988d660cecfec58.tar.gz emacs-aae5b722423e09998ff42e683988d660cecfec58.zip | |
(lisp, shortlisp): Add `button.elc'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 50fc86c9d44..c041cae37f8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -648,6 +648,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 648 | lisp= \ | 648 | lisp= \ |
| 649 | ${lispsource}abbrev.elc \ | 649 | ${lispsource}abbrev.elc \ |
| 650 | ${lispsource}buff-menu.elc \ | 650 | ${lispsource}buff-menu.elc \ |
| 651 | ${lispsource}button.elc \ | ||
| 651 | ${lispsource}byte-run.elc \ | 652 | ${lispsource}byte-run.elc \ |
| 652 | ${lispsource}cus-start.el \ | 653 | ${lispsource}cus-start.el \ |
| 653 | ${lispsource}custom.elc \ | 654 | ${lispsource}custom.elc \ |
| @@ -666,7 +667,7 @@ lisp= \ | |||
| 666 | ${lispsource}isearch.elc \ | 667 | ${lispsource}isearch.elc \ |
| 667 | ${lispsource}loadup.el \ | 668 | ${lispsource}loadup.el \ |
| 668 | ${lispsource}loaddefs.el \ | 669 | ${lispsource}loaddefs.el \ |
| 669 | ${lispsource}bindings.el \ | 670 | ${lispsource}bindings.elc \ |
| 670 | ${lispsource}map-ynp.elc \ | 671 | ${lispsource}map-ynp.elc \ |
| 671 | ${lispsource}menu-bar.elc \ | 672 | ${lispsource}menu-bar.elc \ |
| 672 | ${lispsource}international/mule.elc \ | 673 | ${lispsource}international/mule.elc \ |
| @@ -728,6 +729,7 @@ lisp= \ | |||
| 728 | shortlisp= \ | 729 | shortlisp= \ |
| 729 | ../lisp/abbrev.elc \ | 730 | ../lisp/abbrev.elc \ |
| 730 | ../lisp/buff-menu.elc \ | 731 | ../lisp/buff-menu.elc \ |
| 732 | ../lisp/button.elc \ | ||
| 731 | ../lisp/byte-run.elc \ | 733 | ../lisp/byte-run.elc \ |
| 732 | ../lisp/cus-start.el \ | 734 | ../lisp/cus-start.el \ |
| 733 | ../lisp/custom.elc \ | 735 | ../lisp/custom.elc \ |
| @@ -745,7 +747,7 @@ shortlisp= \ | |||
| 745 | ../lisp/isearch.elc \ | 747 | ../lisp/isearch.elc \ |
| 746 | ../lisp/loadup.el \ | 748 | ../lisp/loadup.el \ |
| 747 | ../lisp/loaddefs.el \ | 749 | ../lisp/loaddefs.el \ |
| 748 | ../lisp/bindings.el \ | 750 | ../lisp/bindings.elc \ |
| 749 | ../lisp/map-ynp.elc \ | 751 | ../lisp/map-ynp.elc \ |
| 750 | ../lisp/env.elc \ | 752 | ../lisp/env.elc \ |
| 751 | ../lisp/international/mule.elc \ | 753 | ../lisp/international/mule.elc \ |