diff options
author | Adam Porter <adam@alphapapa.net> | 2024-03-08 23:43:14 -0600 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-03-21 12:41:44 +0200 |
commit | 393f58c85aeb78f814866ccaad9ae7efd3fa6766 (patch) | |
tree | 741c23c6956027a84692a93428f432ef9b1d5f02 /lisp/emacs-lisp/cursor-sensor.el | |
parent | fe24a8c3c091c1e051fe6a8c1ec4fd30ca052ca7 (diff) | |
download | emacs-393f58c85aeb78f814866ccaad9ae7efd3fa6766.tar.gz emacs-393f58c85aeb78f814866ccaad9ae7efd3fa6766.tar.bz2 emacs-393f58c85aeb78f814866ccaad9ae7efd3fa6766.zip |
'vtable-update-object' can now be called with one argument
It's often necessary to update the representation of a single
object in a table (e.g a struct, whose identity does not change
when its slots'
values are changed). To do so, now the function may be called
like this:
(vtable-update-object table object)
Instead of like this:
(vtable-update-object table object object)
This also documents the behavior of the just-discovered limitation filed
as bug#69837.
* lisp/emacs-lisp/vtable.el (vtable-update-object): Make 'old-object'
argument optional. (Bug#69666)
* doc/misc/vtable.texi (Interface Functions): Update documentation.
* etc/NEWS: Add news entry.
Diffstat (limited to 'lisp/emacs-lisp/cursor-sensor.el')
0 files changed, 0 insertions, 0 deletions