# HG changeset patch # User Richard M. Stallman # Date 731386753 0 # Node ID 8b034dd5da146f991b638360a89bdb22ef648902 # Parent c9585b37467c961e05d43c03729690437d21f666 (check_protected_fields): Variable deleted. (syms_of_buffer): Delete vars buffer-field-list and check-protected-fields. diff -r c9585b37467c -r 8b034dd5da14 src/buffer.c --- a/src/buffer.c Sat Mar 06 02:58:49 1993 +0000 +++ b/src/buffer.c Sat Mar 06 02:59:13 1993 +0000 @@ -97,10 +97,6 @@ buffer_slot_type_mismatch will signal an error. */ struct buffer buffer_local_types; -/* Nonzero means don't allow modification of protected fields. */ - -int check_protected_fields; - Lisp_Object Fset_buffer (); void set_buffer_internal (); @@ -1624,14 +1620,6 @@ 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, - "List of fields in the current buffer. See `add-field'."); - - DEFVAR_BOOL ("check-protected-fields", &check_protected_fields, - "Non-nil means don't allow modification of a protected field.\n\ -See `add-field'."); - check_protected_fields = 0; - /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, "Don't ask."); */