]> git.eshelyaron.com Git - emacs.git/commit
Make 't' in bs-mode be more defensive
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Nov 2022 00:31:22 +0000 (01:31 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 10 Nov 2022 00:31:22 +0000 (01:31 +0100)
commitef3627508a65ee750054622fc4557c42c6589e89
tree3f3f1a51a05d84304876e19ffde294447dd3a94f
parent78144156b0fc8c8ed80e6bb04ab27b50eba01d23
Make 't' in bs-mode be more defensive

* lisp/bs.el (bs-visit-tags-table): Verify that the
buffer holds a tags-table file before using it as
such. This is identical to bug#54133 affecting
Buffer-menu, and this fix is copied from the one
by Eli Zaretskii in commit 794fbd1c07 of 2022-02-24.
Thanks to Bob Rogers <rogers@rgrjr.com> for noticing.
lisp/bs.el