diff options
| author | Glenn Morris | 2009-12-01 07:51:02 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-12-01 07:51:02 +0000 |
| commit | c31a2fdc34a6ec2f90bd9a408ffd1a710b396369 (patch) | |
| tree | 782547e0e2520eaf84731422ae53b10b10a17aad | |
| parent | e3dd31b9df47ac0d7b1889dae1842b318bbe5fe5 (diff) | |
| download | emacs-c31a2fdc34a6ec2f90bd9a408ffd1a710b396369.tar.gz emacs-c31a2fdc34a6ec2f90bd9a408ffd1a710b396369.zip | |
(ELCFILES): Add mpc.elc.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4864e5ef848..81833622c71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-12-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Add mpc.elc. | ||
| 4 | |||
| 1 | 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * mpc.el: New file. | 7 | * 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 = \ | |||
| 984 | $(lisp)/mouse-drag.elc \ | 984 | $(lisp)/mouse-drag.elc \ |
| 985 | $(lisp)/mouse-sel.elc \ | 985 | $(lisp)/mouse-sel.elc \ |
| 986 | $(lisp)/mouse.elc \ | 986 | $(lisp)/mouse.elc \ |
| 987 | $(lisp)/mpc.elc \ | ||
| 987 | $(lisp)/msb.elc \ | 988 | $(lisp)/msb.elc \ |
| 988 | $(lisp)/mwheel.elc \ | 989 | $(lisp)/mwheel.elc \ |
| 989 | $(lisp)/net/ange-ftp.elc \ | 990 | $(lisp)/net/ange-ftp.elc \ |