diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 833e14a874e..da8913ea9ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,12 @@ 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> + * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the + doc string line for dos-timezone-offset. + * msdos.c (do_visible_bell): Add \n\ at the end of each line of inline assembly, to avoid compiler warnings. - (syms_of_msdos): Add \n\ at the end of a doc string line for - dos-unsupported-char-glyph. + (syms_of_msdos): Add \n\ at the end of a line in the doc string + line for dos-unsupported-char-glyph. * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. |