]> git.eshelyaron.com Git - emacs.git/commitdiff
(ELCFILES): Add term/common-win.elc.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 24 Jul 2008 02:40:57 +0000 (02:40 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 24 Jul 2008 02:40:57 +0000 (02:40 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 5c9022f9883073bf79f975dd6b11f3a572ef7d19..3de0a1f65e59b420cb2be5bc5569ea9cdf70ca13 100644 (file)
@@ -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.
index 3953d16dc14b1b5510bf1456c39cf5a2a451ed7a..25f01d845bf096920177418a5ad107cd15cd3a16 100644 (file)
@@ -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 \