emacs-devel
[Top][All Lists]
Advanced

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

Re: Image transformation filter for upscaled images


From: Alan Third
Subject: Re: Image transformation filter for upscaled images
Date: Wed, 10 Mar 2021 13:37:16 +0000

On Tue, Mar 09, 2021 at 10:31:29PM +0000, Basil L. Contovounesios wrote:
> Alan Third <alan@idiocy.org> writes:
> 
> > +(defun image-transform-set-smoothing (smoothing)
> > +  (interactive (list (completing-read "Smoothing: "
> > +                                      '(none smooth) nil t)))
> 
> I know that completing-read can handle a list of symbols, but its
> documentation says only list of strings.  Who's right?  Do we care?

I've changed them to strings. Thanks.
-- 
Alan Third



reply via email to

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