Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2012 10:01:19 +0000 (12:01 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2012 10:01:19 +0000 (12:01 +0200)
commit2068905bb73c32afb4bb5e908b438fbd8b80bb64
tree64786383b45240c0f06d16812d3c89411a7f5dd5
parent4c9e95500fc913ad934e65c6625114e3f5532078
Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.

 lib-src/make-docfile.c (scan_lisp_file): Barf if called with a .el file
 other than one of a small list of supported un-compiled files.
 lib-src/makefile.w32-in (lisp1, lisp2): Name .elc files wherever they
 exist.

 lisp/loadup.el: Update comment about uncompiled Lisp files.
lib-src/ChangeLog
lib-src/make-docfile.c
lib-src/makefile.w32-in
lisp/ChangeLog
lisp/loadup.el