diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-06 15:38:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-06 15:38:42 +0000 |
commit | 36b40a8aa8c0fffeba3b292f831d404b0475740a (patch) | |
tree | 6c0a8100ff72bd9b03c810cafc3c735d4347b2f9 | |
parent | a25e82a815a067a74ab4b0fef6103d402ac55e29 (diff) | |
download | emacs-36b40a8aa8c0fffeba3b292f831d404b0475740a.tar.gz |
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
-rw-r--r-- | src/ChangeLog | 9 | ||||
-rw-r--r-- | src/buffer.c | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb5de3c8be6..833e14a874e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> + + * 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. + + * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. + 2001-07-05 Gerd Moellmann <gerd@gnu.org> * sound.c: Include Emacs' header files with #include "...". diff --git a/src/buffer.c b/src/buffer.c index 33d0ea55843..a77600cb60f 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5319,7 +5319,7 @@ Automatically becomes buffer-local when set in any fashion.\n\ \n\ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table, see\n\ -`set-window-display-table' and `window-display-table'. +`set-window-display-table' and `window-display-table'.\n\ \n\ The display table is a char-table created with `make-display-table'.\n\ A char-table is an array indexed by character codes. Normal array\n\ |