From: Dan Nicolaescu Date: Thu, 24 Jul 2008 02:40:57 +0000 (+0000) Subject: (ELCFILES): Add term/common-win.elc. X-Git-Tag: emacs-pretest-23.0.90~3931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93d102d029569715f7adc2519fb9e388feb0e840;p=emacs.git (ELCFILES): Add term/common-win.elc. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c9022f9883..3de0a1f65e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-07-24 Dan Nicolaescu + * Makefile.in (ELCFILES): Add term/common-win.elc. + * vc-dir.el (vc-dir-search, vc-dir-isearch) (vc-dir-isearch-regexp): New functions. (vc-dir-mode-map, vc-dir-menu-map): Bind them. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3953d16dc14..25f01d845bf 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1109,6 +1109,7 @@ ELCFILES = \ $(lisp)/tar-mode.elc \ $(lisp)/tempo.elc \ $(lisp)/term.elc \ + $(lisp)/term/common-win.elc \ $(lisp)/term/mac-win.elc \ $(lisp)/term/ns-win.elc \ $(lisp)/term/pc-win.elc \