]> git.eshelyaron.com Git - emacs.git/commit
Fix the return type of 'labeled_restrictions_get_bound'
authorGregory Heytings <gregory@heytings.org>
Fri, 12 May 2023 21:56:28 +0000 (21:56 +0000)
committerGregory Heytings <gregory@heytings.org>
Fri, 12 May 2023 22:11:33 +0000 (00:11 +0200)
commitf0f08eeb05c79e7b7326931357e82e65262c3336
treee9d83000642053f9379c9ca9bafaff9f49459a14
parentc0b9530862c2f27a23ad058d60171e06de3e9b50
Fix the return type of 'labeled_restrictions_get_bound'

* src/editfns.c:
(labeled_restrictions_get_bound): Return a Lisp_Object instead of
a pointer to a struct Lisp_Marker.
(unwind_reset_outermost_restriction, reset_outermost_restrictions)
(Fwiden, Fnarrow_to_region): Adapt to the new return type.
src/editfns.c