# HG changeset patch # User Jim Blandy # Date 715056105 0 # Node ID da04b25b1759e06480be369c27df155e4e0bf7d3 # Parent eb7ebe86e8856b15be0533337f7f83f43d37547d Formatting change diff -r eb7ebe86e885 -r da04b25b1759 src/buffer.c --- a/src/buffer.c Sat Aug 29 02:15:08 1992 +0000 +++ b/src/buffer.c Sat Aug 29 02:41:45 1992 +0000 @@ -1519,7 +1519,7 @@ Each buffer has its own value of this variable."); DEFVAR_PER_BUFFER ("buffer-auto-save-file-name", - ¤t_buffer->auto_save_file_name, + ¤t_buffer->auto_save_file_name, make_number (Lisp_String), "Name of file for auto-saving current buffer,\n\ or nil if buffer should not be auto-saved.\n\ @@ -1578,8 +1578,7 @@ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table."); - DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, - Qnil, + DEFVAR_PER_BUFFER ("buffer-field-list", ¤t_buffer->fieldlist, Qnil, "List of fields in the current buffer. See `add-field'."); DEFVAR_BOOL ("check-protected-fields", check_protected_fields, @@ -1620,8 +1619,7 @@ The function is called, with no arguments, if it is non-nil."); Vfirst_change_function = Qnil; - DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, - Qnil, + DEFVAR_PER_BUFFER ("buffer-undo-list", ¤t_buffer->undo_list, Qnil, "List of undo entries in current buffer.\n\ Recent changes come first; older changes follow newer.\n\ \n\