(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
This commit is contained in:
parent
a25e82a815
commit
36b40a8aa8
2 changed files with 10 additions and 1 deletions
|
@ -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 "...".
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue