Tino Calancha writes: > + (setq success (copy-sequence first)) > + (when (and (arrayp first) > + (not (string= first ""))) > + (clear-string first) > + (clear-string second))) I think that is too complicated, how about this instead: