summaryrefslogtreecommitdiff
path: root/esxml-html.el
diff options
context:
space:
mode:
authorAidan Gauland <aidalgol@no8wireless.co.nz>2013-04-09 15:08:28 +1200
committerAidan Gauland <aidalgol@no8wireless.co.nz>2013-04-09 15:08:28 +1200
commitded9d30b89f8658a967f8a3610bcce27abc2df25 (patch)
tree7e881b00c54419b94f95fda450792150d6161984 /esxml-html.el
parente4d65d4d15c463ac598b2c98d059b85645ab5e52 (diff)
Fixed splicing error in esxml-listify
Example text case: (esxml-listify '((a ((href . "/path/to/somewhere")) "blah"))) evaluates to (ul nil (li nil a ((href . "/path/to/somewhere")) "blah")) instead of (ul nil (li nil (a ((href . "/path/to/somewhere")) "blah"))) so it was splicing each element of the input list.
Diffstat (limited to 'esxml-html.el')
0 files changed, 0 insertions, 0 deletions