Add new convenience function `buffer-local-boundp'
commit77f67d12f68a9fba210337b9ad38f049ec601fcb
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 May 2021 05:21:09 +0000 (31 07:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 31 May 2021 05:21:09 +0000 (31 07:21 +0200)
tree08f904f2183c26c0f4f8f1f7838a2bb64987c96a
parentdb91108315016875ae912c0cbd6ccde563511b19
Add new convenience function `buffer-local-boundp'

* doc/lispref/variables.texi (Creating Buffer-Local): Document it.
* lisp/subr.el (buffer-local-boundp): New function.

* src/data.c (Flocal_variable_p): Mention it.
doc/lispref/variables.texi
etc/NEWS
lisp/subr.el
src/data.c
test/lisp/subr-tests.el