diff options
Diffstat (limited to 'lib-src')
| -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 0336eae0981..da97246ef64 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Add nadvice.elc. | ||
| 4 | |||
| 1 | 2013-08-05 Eli Zaretskii <eliz@gnu.org> | 5 | 2013-08-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * update-game-score.c (read_score): Try reading a character before | 7 | * update-game-score.c (read_score): Try reading a character before |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 9656a3badec..dee80c4b560 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -251,6 +251,7 @@ lisp2 = \ | |||
| 251 | $(lispsource)register.elc \ | 251 | $(lispsource)register.elc \ |
| 252 | $(lispsource)replace.elc \ | 252 | $(lispsource)replace.elc \ |
| 253 | $(lispsource)simple.elc \ | 253 | $(lispsource)simple.elc \ |
| 254 | $(lispsource)emacs-lisp/nadvice.elc \ | ||
| 254 | $(lispsource)minibuffer.elc \ | 255 | $(lispsource)minibuffer.elc \ |
| 255 | $(lispsource)startup.elc \ | 256 | $(lispsource)startup.elc \ |
| 256 | $(lispsource)subr.elc \ | 257 | $(lispsource)subr.elc \ |