emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 5e63ea1 5/6: Suppress warning about out-of-tree


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 5e63ea1 5/6: Suppress warning about out-of-tree Java class in cedet
Date: Mon, 17 Jun 2019 08:18:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi Lars,

> +  ;; The `classpath' slot only exists in the Java parts of cedet, and
> +  ;; those have not been merged into Emacs.  Suppress the warning
> +  ;; about the unknown slot by using `intern'.
> +  (slot-value (ede-config-get-configuration proj)
> +              (intern "classpath" obarray)))

There should be a better way to silence this kind of warning, no?


        Stefan




reply via email to

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