diff options
| author | Dan Nicolaescu | 2008-07-24 02:40:57 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-24 02:40:57 +0000 |
| commit | 93d102d029569715f7adc2519fb9e388feb0e840 (patch) | |
| tree | 8f7d3c74dc34db51e82f5239df16a4b0de0328b5 /lisp | |
| parent | ba7e37c8d795f032da234db4810ed26b3a6f073c (diff) | |
| download | emacs-93d102d029569715f7adc2519fb9e388feb0e840.tar.gz emacs-93d102d029569715f7adc2519fb9e388feb0e840.zip | |
(ELCFILES): Add term/common-win.elc.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c9022f9883..3de0a1f65e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in (ELCFILES): Add term/common-win.elc. | ||
| 4 | |||
| 3 | * vc-dir.el (vc-dir-search, vc-dir-isearch) | 5 | * vc-dir.el (vc-dir-search, vc-dir-isearch) |
| 4 | (vc-dir-isearch-regexp): New functions. | 6 | (vc-dir-isearch-regexp): New functions. |
| 5 | (vc-dir-mode-map, vc-dir-menu-map): Bind them. | 7 | (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 = \ | |||
| 1109 | $(lisp)/tar-mode.elc \ | 1109 | $(lisp)/tar-mode.elc \ |
| 1110 | $(lisp)/tempo.elc \ | 1110 | $(lisp)/tempo.elc \ |
| 1111 | $(lisp)/term.elc \ | 1111 | $(lisp)/term.elc \ |
| 1112 | $(lisp)/term/common-win.elc \ | ||
| 1112 | $(lisp)/term/mac-win.elc \ | 1113 | $(lisp)/term/mac-win.elc \ |
| 1113 | $(lisp)/term/ns-win.elc \ | 1114 | $(lisp)/term/ns-win.elc \ |
| 1114 | $(lisp)/term/pc-win.elc \ | 1115 | $(lisp)/term/pc-win.elc \ |