emacs-devel
[Top][All Lists]
Advanced

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

Re: Loading svg from memory using custom filename for base_uri


From: Alan Third
Subject: Re: Loading svg from memory using custom filename for base_uri
Date: Thu, 3 Dec 2020 16:16:55 +0000

On Thu, Dec 03, 2020 at 06:47:37PM +0300, Evgeny Zajcev wrote:
> diff --git a/src/xdisp.c b/src/xdisp.c
> index 76ef420a36..51735b269d 100644
> --- a/src/xdisp.c
> +++ b/src/xdisp.c
> @@ -34631,6 +34631,7 @@ syms_of_xdisp (void)
>    DEFSYM (QCeval, ":eval");
>    DEFSYM (QCpropertize, ":propertize");
>    DEFSYM (QCfile, ":file");
> +  DEFSYM (QCbase_uri, ":base-uri");
>    DEFSYM (Qfontified, "fontified");
>    DEFSYM (Qfontification_functions, "fontification-functions");

Hi Evgeny, is there any reason this couldn't go in image.c? I think we
only need it when librsvg is compiled in too.

-- 
Alan Third



reply via email to

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