From: Glenn Morris Date: Tue, 1 Dec 2009 07:51:02 +0000 (+0000) Subject: (ELCFILES): Add mpc.elc. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/c31a2fdc34a6ec2f90bd9a408ffd1a710b396369 (ELCFILES): Add mpc.elc. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4864e5ef84..81833622c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-12-01 Glenn Morris + + * Makefile.in (ELCFILES): Add mpc.elc. + 2009-12-01 Stefan Monnier * mpc.el: New file. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 63f0144604..58b51fbe35 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -984,6 +984,7 @@ ELCFILES = \ $(lisp)/mouse-drag.elc \ $(lisp)/mouse-sel.elc \ $(lisp)/mouse.elc \ + $(lisp)/mpc.elc \ $(lisp)/msb.elc \ $(lisp)/mwheel.elc \ $(lisp)/net/ange-ftp.elc \