# HG changeset patch # User Ben Key # Date 1037692222 0 # Node ID e1b9cdf37f9ac26634b84dddb9dede5471110189 # Parent c3c6dba0e42c11495c81c3cf737573d0e2ce9fd2 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. diff -r c3c6dba0e42c -r e1b9cdf37f9a lib-src/ChangeLog --- a/lib-src/ChangeLog Tue Nov 19 07:38:38 2002 +0000 +++ b/lib-src/ChangeLog Tue Nov 19 07:50:22 2002 +0000 @@ -1,3 +1,8 @@ +2002-11-19 Ben Key + * makefile.w32-in: Fixed a bug that caused the documentation for + the built in function play-sound-internal not to be included in + /etc/DOC. + 2002-11-18 Dave Love * update-game-score.c: Include unistd.h, string.h, stdlib.h, diff -r c3c6dba0e42c -r e1b9cdf37f9a lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Tue Nov 19 07:38:38 2002 +0000 +++ b/lib-src/makefile.w32-in Tue Nov 19 07:50:22 2002 +0000 @@ -126,8 +126,7 @@ # # From ..\src\makefile.nt. # -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 - +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 # # These are the lisp files that are loaded up in loadup.el #