diff options
| -rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 2480d4bf61e..3953d16dc14 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -702,7 +702,6 @@ ELCFILES = \ | |||
| 702 | $(lisp)/international/robin.elc \ | 702 | $(lisp)/international/robin.elc \ |
| 703 | $(lisp)/international/titdic-cnv.elc \ | 703 | $(lisp)/international/titdic-cnv.elc \ |
| 704 | $(lisp)/international/utf-7.elc \ | 704 | $(lisp)/international/utf-7.elc \ |
| 705 | $(lisp)/isearch-multi.elc \ | ||
| 706 | $(lisp)/isearch.elc \ | 705 | $(lisp)/isearch.elc \ |
| 707 | $(lisp)/isearchb.elc \ | 706 | $(lisp)/isearchb.elc \ |
| 708 | $(lisp)/iswitchb.elc \ | 707 | $(lisp)/iswitchb.elc \ |
| @@ -807,6 +806,7 @@ ELCFILES = \ | |||
| 807 | $(lisp)/minibuf-eldef.elc \ | 806 | $(lisp)/minibuf-eldef.elc \ |
| 808 | $(lisp)/minibuffer.elc \ | 807 | $(lisp)/minibuffer.elc \ |
| 809 | $(lisp)/misc.elc \ | 808 | $(lisp)/misc.elc \ |
| 809 | $(lisp)/misearch.elc \ | ||
| 810 | $(lisp)/mouse-copy.elc \ | 810 | $(lisp)/mouse-copy.elc \ |
| 811 | $(lisp)/mouse-drag.elc \ | 811 | $(lisp)/mouse-drag.elc \ |
| 812 | $(lisp)/mouse-sel.elc \ | 812 | $(lisp)/mouse-sel.elc \ |