Mercurial > emacs
changeset 2020:8b034dd5da14
(check_protected_fields): Variable deleted.
(syms_of_buffer): Delete vars buffer-field-list and check-protected-fields.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Mar 1993 02:59:13 +0000 |
parents | c9585b37467c |
children | 8b9286bffef8 |
files | src/buffer.c |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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."); */