# HG changeset patch # User Karl Heuer # Date 763682480 0 # Node ID f5a4376378501c5cd2add4316df81e4dbb3c6cb1 # Parent c7e1f551e97acdc0ac4c0503ec36d730f05ba943 (buffer-display-table, buffer-undo-list): Delete docstring of second version of function, to avoid confusing make-docfile. diff -r c7e1f551e97a -r f5a437637850 src/buffer.c --- 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", ¤t_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", ¤t_buffer->undo_list, Qnil, - ""); + 0); DEFVAR_PER_BUFFER ("mark-active", ¤t_buffer->mark_active, Qnil, "Non-nil means the mark and region are currently active in this buffer.\n\