]> git.eshelyaron.com Git - emacs.git/commit
Fix 13 years old bug#5852 !
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 29 Dec 2023 11:11:51 +0000 (12:11 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:23:15 +0000 (08:23 +0100)
commite2e108fd3ce7e9e4bd75f32c3c26736709d535d7
treeeec0032ea201aa9e09beedc41699df397ca9f90c
parente04be619734ed63f35f69d0207504108f9599c37
Fix 13 years old bug#5852 !

Sometimes recalculating a cell does not change its value, however it
still have to be written to the data area when the reference list is
changed

* lisp/ses.el (ses-cell-set-formula): Fix bug#5852, at last !

* test/lisp/ses-tests.el
(ses-set-formula-write-cells-with-changed-references): Rename test
from ses-bug5852, do not expect failure, and update description.

(cherry picked from commit 825b896acfe2b2d2b3a8f29b4ed1d5810d222663)
lisp/ses.el
test/lisp/ses-tests.el