]> git.eshelyaron.com Git - emacs.git/commit
Make 'narrowing-lock' and 'narrowing-unlock' internal
authorGregory Heytings <gregory@heytings.org>
Thu, 9 Feb 2023 01:09:10 +0000 (01:09 +0000)
committerGregory Heytings <gregory@heytings.org>
Thu, 9 Feb 2023 01:44:36 +0000 (02:44 +0100)
commit97314447e609e673be060bcdf0f244f396a70a3a
tree9b2a568a401d2b17f9483f4c2b24c31f48bf7dc0
parenta4aa32bdfff7aaf54efbacbb04b7f2b52fef92a7
Make 'narrowing-lock' and 'narrowing-unlock' internal

* src/editfns.c (Finternal__lock_narrowing): Renamed from
'narrowing-lock'.
(Finternal__unlock_narrowing): Renamed from 'narrowing-unlock'.
(unwind_narrow_to_region_locked):
(narrow_to_region_locked):
(syms_of_editfns): Use the new names.

* lisp/subr.el (internal--with-narrowing): Use the new name.
lisp/subr.el
src/editfns.c