]> git.eshelyaron.com Git - emacs.git/commit
Handle the case where 'vtable-update-object' doesn't find old object
authorAdam Porter <adam@alphapapa.net>
Tue, 12 Mar 2024 21:01:57 +0000 (16:01 -0500)
committerEshel Yaron <me@eshelyaron.com>
Fri, 15 Mar 2024 09:04:24 +0000 (10:04 +0100)
commitdb4704d73adebff69939c8ee7b6ca193d5e8897c
tree451983aa24b0014ce98c862b8adf6b1f3abf7322
parent1e33ed57fdced6ad9badcdbad04280a6f3598953
Handle the case where 'vtable-update-object' doesn't find old object

* lisp/emacs-lisp/vtable.el (vtable-update-object): If OLD-OBJECT
is not found, don't call ELT, since SEQ-POSITION may return nil.
(Bug#69664)

(cherry picked from commit c94d680f6eb46a47549633c7076fe32660b3cd42)
lisp/emacs-lisp/vtable.el