# HG changeset patch # User Dan Nicolaescu # Date 1216867257 0 # Node ID 545e75d8407377c249da084790c13977e82499dd # Parent bd2850789ce2616febd8f06b1e72c6f496a9a6d5 (ELCFILES): Add term/common-win.elc. diff -r bd2850789ce2 -r 545e75d84073 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 24 02:39:04 2008 +0000 +++ b/lisp/ChangeLog Thu Jul 24 02:40:57 2008 +0000 @@ -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 -r bd2850789ce2 -r 545e75d84073 lisp/Makefile.in --- a/lisp/Makefile.in Thu Jul 24 02:39:04 2008 +0000 +++ b/lisp/Makefile.in Thu Jul 24 02:40:57 2008 +0000 @@ -1109,6 +1109,7 @@ $(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 \