ox: Fix stack overflow in equal error
commit2baa2c3afa70f86a6266b4bb9d5f763c5fb18388
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 29 Aug 2013 08:00:24 +0000 (29 10:00 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 29 Aug 2013 08:04:22 +0000 (29 10:04 +0200)
tree2536ad0c52d64780f6e7de3ff0c1ec6eaf4191eb
parent9e51049b22c90df349ae914d8142362b5bf22090
ox: Fix stack overflow in equal error

* lisp/ox.el (org-export-table-cell-width): Modify key (now an
  element) and value structure (now a vector) of cache so it can use
  `eq' as test. Elements are circular lists so `equal' cannot apply on
  them.

Reported-by: Jambunathan K <kjambunathan@gmail.com>
lisp/ox.el