aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-06-22 06:35:04 +0000
committerGlenn Morris2009-06-22 06:35:04 +0000
commit97e181925b60073563f1da0346cb3cf538067d38 (patch)
treefb02240ff3388553de2eb9908d72c2487ee37170
parent731a00fbd7293d006744df495d13da5a27d4daec (diff)
downloademacs-97e181925b60073563f1da0346cb3cf538067d38.tar.gz
emacs-97e181925b60073563f1da0346cb3cf538067d38.zip
(ELCFILES): Add fadr.elc.
-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 c2ff91ba0be..ec5b2827160 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-06-22 Glenn Morris <rgm@gnu.org> 12009-06-22 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (ELCFILES): Add fadr.elc.
4
3 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by 5 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
4 differing behavior of \n and ^ in strings. (Bug#3385) 6 differing behavior of \n and ^ in strings. (Bug#3385)
5 7
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 45dc1d44c94..5be96124081 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -497,6 +497,7 @@ ELCFILES = \
497 $(lisp)/face-remap.elc \ 497 $(lisp)/face-remap.elc \
498 $(lisp)/facemenu.elc \ 498 $(lisp)/facemenu.elc \
499 $(lisp)/faces.elc \ 499 $(lisp)/faces.elc \
500 $(lisp)/fadr.elc \
500 $(lisp)/ffap.elc \ 501 $(lisp)/ffap.elc \
501 $(lisp)/filecache.elc \ 502 $(lisp)/filecache.elc \
502 $(lisp)/files.elc \ 503 $(lisp)/files.elc \