aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c
index cd5cddee79f..b774e79337f 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4603,10 +4603,7 @@ it to be non-nil. */);
4603 4603
4604 DEFSYM (Qrestrictions_locked, "restrictions-locked"); 4604 DEFSYM (Qrestrictions_locked, "restrictions-locked");
4605 DEFVAR_LISP ("restrictions-locked", Vrestrictions_locked, 4605 DEFVAR_LISP ("restrictions-locked", Vrestrictions_locked,
4606 doc: /* If non-nil, restrictions are currently locked. 4606 doc: /* If non-nil, restrictions are currently locked. */);
4607
4608This happens when `narrow-to-region', which see, is called from Lisp
4609with an optional argument LOCK non-nil. */);
4610 Vrestrictions_locked = Qnil; 4607 Vrestrictions_locked = Qnil;
4611 Funintern (Qrestrictions_locked, Qnil); 4608 Funintern (Qrestrictions_locked, Qnil);
4612 4609