npostavs@users.sourceforge.net writes: > Andrew Robbins writes: > >> (let ((options >> - (if nslookup-program-options >> - (append nslookup-program-options (list host)) >> - (list host)))) >> - (net-utils-run-program >> + (append nslookup-program-options (list host) >> + (if name-server (list name-server))))) >> + (net-utils-run-program >> "Nslookup" >> (concat "** " >> (mapconcat 'identity > > The indentation on (net-utils-run-program...) seems to have got messed > up. Otherwise looks good to me. Ah, good catch. Here's the final diff if there aren't any other modifications that need to be made: