aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-06 15:38:42 +0000
committerEli Zaretskii2001-07-06 15:38:42 +0000
commit36b40a8aa8c0fffeba3b292f831d404b0475740a (patch)
tree6c0a8100ff72bd9b03c810cafc3c735d4347b2f9 /src/buffer.c
parenta25e82a815a067a74ab4b0fef6103d402ac55e29 (diff)
downloademacs-36b40a8aa8c0fffeba3b292f831d404b0475740a.tar.gz
emacs-36b40a8aa8c0fffeba3b292f831d404b0475740a.zip
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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\
5319\n\ 5319\n\
5320If this variable is nil, the value of `standard-display-table' is used.\n\ 5320If this variable is nil, the value of `standard-display-table' is used.\n\
5321Each window can have its own, overriding display table, see\n\ 5321Each window can have its own, overriding display table, see\n\
5322`set-window-display-table' and `window-display-table'. 5322`set-window-display-table' and `window-display-table'.\n\
5323\n\ 5323\n\
5324The display table is a char-table created with `make-display-table'.\n\ 5324The display table is a char-table created with `make-display-table'.\n\
5325A char-table is an array indexed by character codes. Normal array\n\ 5325A char-table is an array indexed by character codes. Normal array\n\