From: Glenn Morris Date: Mon, 22 Jun 2009 06:35:04 +0000 (+0000) Subject: (ELCFILES): Add fadr.elc. X-Git-Tag: emacs-pretest-23.1.90~2482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97e181925b60073563f1da0346cb3cf538067d38;p=emacs.git (ELCFILES): Add fadr.elc. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2ff91ba0be..ec5b2827160 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-06-22 Glenn Morris + * 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 45dc1d44c94..5be96124081 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 \