comparison src/ChangeLog @ 61743:0c7ca576235e

Fix a typo.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 Apr 2005 11:49:28 +0000
parents f3b6bd62c802
children f42e4c7a924d
comparison
equal deleted inserted replaced
61742:f3b6bd62c802 61743:0c7ca576235e
2792 2792
2793 * .cvsignore: Add buildobj.lst. 2793 * .cvsignore: Add buildobj.lst.
2794 2794
2795 * doc.c: New variable Vbuild_files. 2795 * doc.c: New variable Vbuild_files.
2796 (Fsnarf_documentation): If Vbuild_files is nil, populate it with 2796 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
2797 file names from buildobh.lst. Only attach docstrings from files 2797 file names from buildobj.lst. Only attach docstrings from files
2798 that are in Vbuild_files. 2798 that are in Vbuild_files.
2799 (syms_of_doc): Defvar Vbuild_files. 2799 (syms_of_doc): Defvar Vbuild_files.
2800 2800
2801 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o 2801 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
2802 and w32*.o. 2802 and w32*.o.