]> 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)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 29 Dec 2023 11:41:54 +0000 (12:41 +0100)
commit825b896acfe2b2d2b3a8f29b4ed1d5810d222663
tree7e3da81ea2d435cb161790ffa3f724686bf41dc6
parentb96087d42714ebd4cbf610fc01eebc4f2adae5f7
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.
lisp/ses.el
test/lisp/ses-tests.el