diff options
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 8b70182ba7e..81483f8d295 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -724,6 +724,7 @@ lisp= \ | |||
| 724 | ${lispsource}help.elc \ | 724 | ${lispsource}help.elc \ |
| 725 | ${lispsource}indent.elc \ | 725 | ${lispsource}indent.elc \ |
| 726 | ${lispsource}isearch.elc \ | 726 | ${lispsource}isearch.elc \ |
| 727 | ${lispsource}rfn-eshadow.elc \ | ||
| 727 | ${lispsource}loadup.el \ | 728 | ${lispsource}loadup.el \ |
| 728 | ${lispsource}loaddefs.el \ | 729 | ${lispsource}loaddefs.el \ |
| 729 | ${lispsource}bindings.elc \ | 730 | ${lispsource}bindings.elc \ |
| @@ -819,6 +820,7 @@ shortlisp= \ | |||
| 819 | ../lisp/help.elc \ | 820 | ../lisp/help.elc \ |
| 820 | ../lisp/indent.elc \ | 821 | ../lisp/indent.elc \ |
| 821 | ../lisp/isearch.elc \ | 822 | ../lisp/isearch.elc \ |
| 823 | ../lisp/rfn-eshadow.elc \ | ||
| 822 | ../lisp/loadup.el \ | 824 | ../lisp/loadup.el \ |
| 823 | ../lisp/loaddefs.el \ | 825 | ../lisp/loaddefs.el \ |
| 824 | ../lisp/bindings.elc \ | 826 | ../lisp/bindings.elc \ |