Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y).

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 944d3c395e292c213c1a2be617af1b8473299b1b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-02-15T02:04:58Z
Releases: 7.1.1
Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y).

Files