From c31a2fdc34a6ec2f90bd9a408ffd1a710b396369 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Dec 2009 07:51:02 +0000 Subject: [PATCH] (ELCFILES): Add mpc.elc. --- lisp/ChangeLog | 4 ++++ lisp/Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4864e5ef848..81833622c71 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 63f0144604e..58b51fbe35b 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 \ -- 2.39.5