aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-06 18:22:55 +0000
committerGlenn Morris2008-09-06 18:22:55 +0000
commitd61ac83562539dcce2f4ea7568c5dee12c3cf117 (patch)
treee60e9c6745fe773554caae22b57770cdc884dba9
parent2e60682980f1ab01fcb5ad6eb12b47b1082948a7 (diff)
downloademacs-d61ac83562539dcce2f4ea7568c5dee12c3cf117.tar.gz
emacs-d61ac83562539dcce2f4ea7568c5dee12c3cf117.zip
(ELCFILES): Update.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in10
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1e5d719b05..995d353398e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-09-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (ELCFILES): Update.
4
12008-09-06 Chong Yidong <cyd@stupidchicken.com> 52008-09-06 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * server.el (server-switch-buffer): New arg. 7 * server.el (server-switch-buffer): New arg.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index bd4e9efbe86..fd0375ceeb0 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -756,6 +756,16 @@ ELCFILES = \
756 $(lisp)/mail/mailpost.elc \ 756 $(lisp)/mail/mailpost.elc \
757 $(lisp)/mail/metamail.elc \ 757 $(lisp)/mail/metamail.elc \
758 $(lisp)/mail/mspools.elc \ 758 $(lisp)/mail/mspools.elc \
759 $(lisp)/mail/pmail.elc \
760 $(lisp)/mail/pmaildesc.elc \
761 $(lisp)/mail/pmailedit.elc \
762 $(lisp)/mail/pmailhdr.elc \
763 $(lisp)/mail/pmailkwd.elc \
764 $(lisp)/mail/pmailmm.elc \
765 $(lisp)/mail/pmailmsc.elc \
766 $(lisp)/mail/pmailout.elc \
767 $(lisp)/mail/pmailsort.elc \
768 $(lisp)/mail/pmailsum.elc \
759 $(lisp)/mail/reporter.elc \ 769 $(lisp)/mail/reporter.elc \
760 $(lisp)/mail/rfc2368.elc \ 770 $(lisp)/mail/rfc2368.elc \
761 $(lisp)/mail/rfc822.elc \ 771 $(lisp)/mail/rfc822.elc \