]> git.eshelyaron.com Git - emacs.git/commit
Simplify 'without-restriction'
authorGregory Heytings <gregory@heytings.org>
Wed, 16 Aug 2023 15:58:29 +0000 (15:58 +0000)
committerGregory Heytings <gregory@heytings.org>
Wed, 16 Aug 2023 16:06:34 +0000 (16:06 +0000)
commit9e9e11648d3d5514de85edfb69f0949a062f4716
tree75a16ba1a1db81375829f017d51384d62f5fcf58
parentd622602452cfcad01793e0f9340bdbe9034dc137
Simplify 'without-restriction'

This simplification is symmetrical to 01fb898420.

* src/editfns.c: (Finternal__labeled_widen): Add a call to
'Fwiden', and rename from 'internal--unlabel-restriction'.
(unwind_labeled_narrow_to_region): Use the renamed function, and
remove the call to 'Fwiden'.
(syms_of_editfns): Rename the symbol.

* lisp/subr.el (internal--without-restriction): Use the renamed
function.
lisp/subr.el
src/editfns.c