]> git.eshelyaron.com Git - emacs.git/commit
Simplify after adding internal function to enter a labeled restriction
authorGregory Heytings <gregory@heytings.org>
Thu, 6 Jul 2023 17:04:55 +0000 (17:04 +0000)
committerGregory Heytings <gregory@heytings.org>
Thu, 6 Jul 2023 17:14:20 +0000 (17:14 +0000)
commit01fb898420fe8260a1adc267993549a93b901cd8
tree45b6af486a9dd2a79465366c56dee685be8579e2
parentb741dc7fcde0c601a01470655ceaeeef854ac32e
Simplify after adding internal function to enter a labeled restriction

* src/editfns.c: (Finternal__labeled_narrow_to_region): Merge the
code of Finternal__label_restriction into this function.
(Finternal__label_restriction): Remove this function.
(syms_of_editfns): Remove the 'outermost-restriction' buffer local
variable, which is not used anymore, and the symbol of
'internal--label-restriction'.
(Fwiden): Remove the call to reset the 'outermost-restriction'
buffer local variable.
src/editfns.c