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: Andrew Robbins
Subject: bug#25426: [PATCH] 26.1; Revised patch for bug#25426
Date: Sun, 07 May 2017 16:27:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

npostavs@users.sourceforge.net writes:

> 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.

Ah, good catch.  Here's the final diff if there aren't any other
modifications that need to be made:

Attachment: net-utils.final.diff
Description: Text Data


reply via email to

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