(cond &rest clauses)
(defun tl-show-location? (where) "checks if location should be whown for where." (declare (ignore where)) (cond ((is-prog-lang? :java) nil) (t t)))