aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-14 22:01:20 +0000
committerKarl Heuer <[email protected]>1994-03-14 22:01:20 +0000
commitde15914a5d9f9917aa1ba1e535ff7face1cdfd93 (patch)
treebe1bfea6ead3c3f23cf117eb570a007c105c2730 /src/buffer.c
parent0de25302b8f0ad0186f8d1e083df51a147763b30 (diff)
(buffer-display-table, buffer-undo-list): Delete docstring of second version
of function, to avoid confusing make-docfile.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 007b095a9a..0ec2177519 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2546,7 +2546,7 @@ If this variable is nil, the value of `standard-display-table' is used.\n\
Each window can have its own, overriding display table.");
#endif
DEFVAR_PER_BUFFER ("buffer-display-table", &current_buffer->display_table,
- Qnil, "");
+ Qnil, 0);
/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
"Don't ask.");
@@ -2616,7 +2616,7 @@ between two undo boundaries as a single step to be undone.\n\
If the value of the variable is t, undo information is not recorded.");
#endif
DEFVAR_PER_BUFFER ("buffer-undo-list", &current_buffer->undo_list, Qnil,
- "");
+ 0);
DEFVAR_PER_BUFFER ("mark-active", &current_buffer->mark_active, Qnil,
"Non-nil means the mark and region are currently active in this buffer.\n\