bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25426: [PATCH] 26.1; Revised patch for bug#25426


From: npostavs
Subject: bug#25426: [PATCH] 26.1; Revised patch for bug#25426
Date: Sun, 07 May 2017 10:10:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Andrew Robbins <contact@andrewrobbins.info> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]