diff options
| author | Eli Zaretskii | 2001-07-06 15:38:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-06 15:38:42 +0000 |
| commit | 36b40a8aa8c0fffeba3b292f831d404b0475740a (patch) | |
| tree | 6c0a8100ff72bd9b03c810cafc3c735d4347b2f9 /src/ChangeLog | |
| parent | a25e82a815a067a74ab4b0fef6103d402ac55e29 (diff) | |
| download | emacs-36b40a8aa8c0fffeba3b292f831d404b0475740a.tar.gz emacs-36b40a8aa8c0fffeba3b292f831d404b0475740a.zip | |
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb5de3c8be6..833e14a874e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (do_visible_bell): Add \n\ at the end of each line of | ||
| 4 | inline assembly, to avoid compiler warnings. | ||
| 5 | (syms_of_msdos): Add \n\ at the end of a doc string line for | ||
| 6 | dos-unsupported-char-glyph. | ||
| 7 | |||
| 8 | * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. | ||
| 9 | |||
| 1 | 2001-07-05 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-07-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * sound.c: Include Emacs' header files with #include "...". | 12 | * sound.c: Include Emacs' header files with #include "...". |