Table formula: Fix for Lisp return value nil
commit739136e17f815210506e77bdbc81e5475140ced0
authorMichael Brand <michael.ch.brand@gmail.com>
Sun, 14 Sep 2014 08:44:28 +0000 (14 10:44 +0200)
committerMichael Brand <michael.ch.brand@gmail.com>
Sun, 14 Sep 2014 08:44:28 +0000 (14 10:44 +0200)
treef445c78b89fce3c623c17244c8c43f5bc4c891d2
parent551891e2ad78e14e7893fa7c7ef70e550cc107d9
Table formula: Fix for Lisp return value nil

* lisp/org-table.el (org-table-eval-formula): Substitute `listp' with
`consp'.

* testing/lisp/test-org-table.el (test-org-table/lisp-return-value):
Fix test.
lisp/org-table.el
testing/lisp/test-org-table.el