diff options
| author | Glenn Morris | 2008-12-10 04:33:27 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-10 04:33:27 +0000 |
| commit | fb2facde09b87a04c4750ec48cf7c5959ff8444d (patch) | |
| tree | eb80b579401936ce99b64ec0bc8a6c9099eb372c | |
| parent | 52d21dc435265be86dc014607285e9c23db1a3b0 (diff) | |
| download | emacs-fb2facde09b87a04c4750ec48cf7c5959ff8444d.tar.gz emacs-fb2facde09b87a04c4750ec48cf7c5959ff8444d.zip | |
(ELCFILES): Update.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d295bdb156..5a5b3b47d78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * vc-mcvs.el: Move to obsolete/, with warning comment. | ||
| 4 | * Makefile.in (ELCFILES): Update. | ||
| 5 | |||
| 1 | 2008-12-10 Daiki Ueno <ueno@unixuser.org> | 6 | 2008-12-10 Daiki Ueno <ueno@unixuser.org> |
| 2 | 7 | ||
| 3 | * epa-hook.el (epa-file-find-file-hook): Don't mark the current | 8 | * epa-hook.el (epa-file-find-file-hook): Don't mark the current |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d443ff36b08..77815f7945d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -915,6 +915,7 @@ ELCFILES = \ | |||
| 915 | $(lisp)/obsolete/sc.elc \ | 915 | $(lisp)/obsolete/sc.elc \ |
| 916 | $(lisp)/obsolete/scribe.elc \ | 916 | $(lisp)/obsolete/scribe.elc \ |
| 917 | $(lisp)/obsolete/swedish.elc \ | 917 | $(lisp)/obsolete/swedish.elc \ |
| 918 | $(lisp)/obsolete/vc-mcvs.elc \ | ||
| 918 | $(lisp)/obsolete/x-menu.elc \ | 919 | $(lisp)/obsolete/x-menu.elc \ |
| 919 | $(lisp)/org/org-agenda.elc \ | 920 | $(lisp)/org/org-agenda.elc \ |
| 920 | $(lisp)/org/org-archive.elc \ | 921 | $(lisp)/org/org-archive.elc \ |
| @@ -1237,7 +1238,6 @@ ELCFILES = \ | |||
| 1237 | $(lisp)/vc-git.elc \ | 1238 | $(lisp)/vc-git.elc \ |
| 1238 | $(lisp)/vc-hg.elc \ | 1239 | $(lisp)/vc-hg.elc \ |
| 1239 | $(lisp)/vc-hooks.elc \ | 1240 | $(lisp)/vc-hooks.elc \ |
| 1240 | $(lisp)/vc-mcvs.elc \ | ||
| 1241 | $(lisp)/vc-mtn.elc \ | 1241 | $(lisp)/vc-mtn.elc \ |
| 1242 | $(lisp)/vc-rcs.elc \ | 1242 | $(lisp)/vc-rcs.elc \ |
| 1243 | $(lisp)/vc-sccs.elc \ | 1243 | $(lisp)/vc-sccs.elc \ |