Mercurial > emacs
changeset 96965:545e75d84073
(ELCFILES): Add term/common-win.elc.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 24 Jul 2008 02:40:57 +0000 |
parents | bd2850789ce2 |
children | 729f146c194c |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <dann@ics.uci.edu> + * 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.
--- 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 \