diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-30 19:52:41 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-30 19:52:41 +0000 |
commit | 01b996adc3fe81b4e6fa38ce531e05a6506fc6bf (patch) | |
tree | cf6ccddf4087e33c7aaeb6543ed5768ed2ea4443 /lib-src/makefile.w32-in | |
parent | d9aa6b33589b4f4336a66c989b731b0d5a501691 (diff) | |
download | emacs-01b996adc3fe81b4e6fa38ce531e05a6506fc6bf.tar.gz |
(lisp2): Add minibuffer.elc.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index d33285d342a..848f37eda8a 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -264,6 +264,7 @@ lisp2 = \ $(lispsource)register.elc \ $(lispsource)replace.elc \ $(lispsource)simple.elc \ + $(lispsource)minibuffer.elc \ $(lispsource)startup.elc \ $(lispsource)subr.elc \ $(lispsource)term/tty-colors.elc \ |