diff options
| author | Juanma Barranquero | 2008-05-30 19:52:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-30 19:52:41 +0000 |
| commit | 01b996adc3fe81b4e6fa38ce531e05a6506fc6bf (patch) | |
| tree | cf6ccddf4087e33c7aaeb6543ed5768ed2ea4443 | |
| parent | d9aa6b33589b4f4336a66c989b731b0d5a501691 (diff) | |
| download | emacs-01b996adc3fe81b4e6fa38ce531e05a6506fc6bf.tar.gz emacs-01b996adc3fe81b4e6fa38ce531e05a6506fc6bf.zip | |
(lisp2): Add minibuffer.elc.
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index dc0d597e500..2df0b7082d0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Add minibuffer.elc. | ||
| 4 | |||
| 1 | 2008-05-29 Tom Tromey <tromey@redhat.com> | 5 | 2008-05-29 Tom Tromey <tromey@redhat.com> |
| 2 | 6 | ||
| 3 | * etags.c (relative_filename): Treat "///" like "/" in filenames. | 7 | * etags.c (relative_filename): Treat "///" like "/" in filenames. |
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 = \ | |||
| 264 | $(lispsource)register.elc \ | 264 | $(lispsource)register.elc \ |
| 265 | $(lispsource)replace.elc \ | 265 | $(lispsource)replace.elc \ |
| 266 | $(lispsource)simple.elc \ | 266 | $(lispsource)simple.elc \ |
| 267 | $(lispsource)minibuffer.elc \ | ||
| 267 | $(lispsource)startup.elc \ | 268 | $(lispsource)startup.elc \ |
| 268 | $(lispsource)subr.elc \ | 269 | $(lispsource)subr.elc \ |
| 269 | $(lispsource)term/tty-colors.elc \ | 270 | $(lispsource)term/tty-colors.elc \ |