diff options
| author | Ben Key | 2002-11-19 07:50:22 +0000 |
|---|---|---|
| committer | Ben Key | 2002-11-19 07:50:22 +0000 |
| commit | 29f538e6b99312e536462dd761183f660d828f76 (patch) | |
| tree | 027b3b0c18238bf41f6a3288c85f2b1ddb00ea7c /lib-src | |
| parent | 4f23d31cf496f1fa4d613bf83cacde619380c078 (diff) | |
| download | emacs-29f538e6b99312e536462dd761183f660d828f76.tar.gz emacs-29f538e6b99312e536462dd761183f660d828f76.zip | |
Fixed a bug in makefile.w32-in that caused the documentation for the built in function play-sound-internal not to be included in /etc/DOC.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b4fce8755b1..8776973a329 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-11-19 Ben Key <bkey1@tampabay.rr.com> | ||
| 2 | * makefile.w32-in: Fixed a bug that caused the documentation for | ||
| 3 | the built in function play-sound-internal not to be included in | ||
| 4 | /etc/DOC. | ||
| 5 | |||
| 1 | 2002-11-18 Dave Love <fx@gnu.org> | 6 | 2002-11-18 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * update-game-score.c: Include unistd.h, string.h, stdlib.h, | 8 | * update-game-score.c: Include unistd.h, string.h, stdlib.h, |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index cda0ab1734a..f6b79b5ddd2 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -126,8 +126,7 @@ $(BLD)/ctags.$(O): ctags.c | |||
| 126 | # | 126 | # |
| 127 | # From ..\src\makefile.nt. | 127 | # From ..\src\makefile.nt. |
| 128 | # | 128 | # |
| 129 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c xfaces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c | 129 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c gmalloc.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c |
| 130 | |||
| 131 | # | 130 | # |
| 132 | # These are the lisp files that are loaded up in loadup.el | 131 | # These are the lisp files that are loaded up in loadup.el |
| 133 | # | 132 | # |