aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-07-23 23:50:56 +0000
committerJuri Linkov2008-07-23 23:50:56 +0000
commit29d2a698f87f091846051fc6eeb9528c8e25fb9c (patch)
treec870e466230dcb08692920c14a93e1985e5b0882
parent72ece9e817e49cc1fb358e17fe3a0c382808e82e (diff)
downloademacs-29d2a698f87f091846051fc6eeb9528c8e25fb9c.tar.gz
emacs-29d2a698f87f091846051fc6eeb9528c8e25fb9c.zip
(ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
-rw-r--r--lisp/Makefile.in2
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 \