diff options
| -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 \ |