emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix fortune's handling of arguments


From: mail
Subject: Re: [PATCH] Fix fortune's handling of arguments
Date: Thu, 11 Sep 2008 10:36:57 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

address@hidden (John Paul Wallington) writes:

> address@hidden writes:
>
>> -      (call-process
>> -        fortune-program  ;; programm to call
>> -    nil fortune-buffer nil ;; INFILE BUFFER DISPLAYP
>> -    (concat fortune-program-options fort-file)))))
>> -
>> +      (apply 'call-process
>> +             fortune-program  ;; program to call
>> +             nil fortune-buffer nil ;; INFILE BUFFER DISPLAYP
>> +             fortune-file fortune-program-options))))
>
> Here's a nitpick: the above change should still use `fort-file' instead
> of using `fortune-file', right?
>

Yes, it definitely needs to be fort-file.  Thanks.





reply via email to

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