*** empty log message ***
This commit is contained in:
parent
af52c32d5b
commit
945220bdb2
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-10-17 Miles Bader <miles@gnu.org>
|
||||
|
||||
* make-docfile.c (put_char): New function.
|
||||
(read_c_string_or_comment): Strip trailing spaces and newlines.
|
||||
|
||||
2001-10-16 Miles Bader <miles@gnu.org>
|
||||
|
||||
* make-docfile.c (scan_c_file): Handle `new style' doc strings in
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2001-10-17 Miles Bader <miles@gnu.org>
|
||||
|
||||
* lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
|
||||
* xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c
|
||||
* xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c:
|
||||
Change doc-string comments to `new style' [w/`doc:' keyword].
|
||||
(DOC_STRINGS_IN_COMMENTS): Macro removed.
|
||||
* minibuf.c: Remove old commented-out-DEFUN that was used to fake
|
||||
out make-docfile.
|
||||
|
||||
2001-10-16 Miles Bader <miles@gnu.org>
|
||||
|
||||
* fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].
|
||||
|
|
Loading…
Add table
Reference in a new issue