diff options
author | Juri Linkov <juri@jurta.org> | 2008-07-23 23:50:56 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-07-23 23:50:56 +0000 |
commit | 29d2a698f87f091846051fc6eeb9528c8e25fb9c (patch) | |
tree | c870e466230dcb08692920c14a93e1985e5b0882 /lisp/Makefile.in | |
parent | 72ece9e817e49cc1fb358e17fe3a0c382808e82e (diff) | |
download | emacs-29d2a698f87f091846051fc6eeb9528c8e25fb9c.tar.gz |
(ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
Diffstat (limited to 'lisp/Makefile.in')
-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 = \ $(lisp)/international/robin.elc \ $(lisp)/international/titdic-cnv.elc \ $(lisp)/international/utf-7.elc \ - $(lisp)/isearch-multi.elc \ $(lisp)/isearch.elc \ $(lisp)/isearchb.elc \ $(lisp)/iswitchb.elc \ @@ -807,6 +806,7 @@ ELCFILES = \ $(lisp)/minibuf-eldef.elc \ $(lisp)/minibuffer.elc \ $(lisp)/misc.elc \ + $(lisp)/misearch.elc \ $(lisp)/mouse-copy.elc \ $(lisp)/mouse-drag.elc \ $(lisp)/mouse-sel.elc \ |