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: John Paul Wallington
Subject: Re: [PATCH] Fix fortune's handling of arguments
Date: Thu, 11 Sep 2008 13:08:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

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?




reply via email to

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