Mercurial > emacs
changeset 2019:c9585b37467c
(check_protected_fields): Delete decl.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 06 Mar 1993 02:58:49 +0000 |
parents | 7c970ef8949d |
children | 8b034dd5da14 |
files | src/insdel.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/insdel.c Fri Mar 05 23:57:00 1993 +0000 +++ b/src/insdel.c Sat Mar 06 02:58:49 1993 +0000 @@ -24,10 +24,6 @@ #include "buffer.h" #include "window.h" -/* Nonzero means don't allow protected fields to be modified. */ - -extern int check_protected_fields; - /* Move gap to position `pos'. Note that this can quit! */ @@ -497,11 +493,6 @@ if (!NILP (current_buffer->read_only)) Fbarf_if_buffer_read_only (); -#if 0 /* Superceded by interval code */ - if (check_protected_fields) - Fregion_fields (start, end, Qnil, Qt); -#endif - /* Only defined if Emacs is compiled with USE_TEXT_PROPERTIES */ verify_interval_modification (current_buffer, start, end);