I use the package parskip, but want to suppress the parskip in some places, i.e. after headings inserted by a specific macro.
A negative vspace doesn't work, since parskip's spacing can stretch.
The only workaround I found is using \\ instead of a paragraph, but that feels wrong. Is there a better way?

\foothat prints a paragraphfooafter which there is no parskip? The obvious{\parskip=0pt foo\par}doesn't work, since the parskip as applied where a paragraph begins, not where it ends. – fefrei May 04 '13 at 10:05