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

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

Re: Gimp


From: Jason Rumney
Subject: Re: Gimp
Date: 27 May 2007 01:00:07 -0700
User-agent: G2/1.0

> >>  (when (featurep 'w32-regdat)

Change this when to if, so that you can use an else clause.

> >>        (reverse (cdr cmd-list)))))

Change this to:

        (reverse (cdr cmd-list))))
    '("gimp-remote" "gimp"))


AFAICT, this initialization is the only OS dependant part of your code.



reply via email to

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