changeset 6348:f5a437637850

(buffer-display-table, buffer-undo-list): Delete docstring of second version of function, to avoid confusing make-docfile.
author Karl Heuer <kwzh@gnu.org>
date Mon, 14 Mar 1994 22:01:20 +0000
parents c7e1f551e97a
children c88bce6b48f0
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon Mar 14 22:00:34 1994 +0000
+++ b/src/buffer.c	Mon Mar 14 22:01:20 1994 +0000
@@ -2546,7 +2546,7 @@
 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 @@
 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\