emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/hcel 71a93991a0 1/2: linking in documentation


From: Stefan Monnier
Subject: Re: [elpa] externals/hcel 71a93991a0 1/2: linking in documentation
Date: Wed, 28 Sep 2022 23:18:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +    (error "An non ApproximateLocation supplied: %s"
> +           (prin1-to-string approx-location-info)))

Unless I'm missing something, the above can be rewritten to:

    (error "A non ApproximateLocation supplied: %S" approx-location-info))


-- Stefan




reply via email to

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