aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 c2ff91ba0b..ec5b282716 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2009-06-22 Glenn Morris <[email protected]>
+ * Makefile.in (ELCFILES): Add fadr.elc.
+
* calendar/appt.el (appt-make-list): Fix off-by-one error caused by
differing behavior of \n and ^ in strings. (Bug#3385)
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 45dc1d44c9..5be9612408 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -497,6 +497,7 @@ ELCFILES = \
$(lisp)/face-remap.elc \
$(lisp)/facemenu.elc \
$(lisp)/faces.elc \
+ $(lisp)/fadr.elc \
$(lisp)/ffap.elc \
$(lisp)/filecache.elc \
$(lisp)/files.elc \