aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1aaa4af7d0..141ea0dd53e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-01-26 Glenn Morris <rgm@gnu.org> 12009-01-26 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (ELCFILES): Update.
4
3 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in 5 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
4 replies. (Bug#512) 6 replies. (Bug#512)
5 7
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 4a388f1ac2b..7cbc4442db6 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -920,6 +920,7 @@ ELCFILES = \
920 $(lisp)/org/org-exp.elc \ 920 $(lisp)/org/org-exp.elc \
921 $(lisp)/org/org-export-latex.elc \ 921 $(lisp)/org/org-export-latex.elc \
922 $(lisp)/org/org-faces.elc \ 922 $(lisp)/org/org-faces.elc \
923 $(lisp)/org/org-footnote.elc \
923 $(lisp)/org/org-gnus.elc \ 924 $(lisp)/org/org-gnus.elc \
924 $(lisp)/org/org-id.elc \ 925 $(lisp)/org/org-id.elc \
925 $(lisp)/org/org-info.elc \ 926 $(lisp)/org/org-info.elc \