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

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

bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-di


From: Stefan Monnier
Subject: bug#61457: 30.0.50; compiler falsely complains missing ‘describe-char-display’
Date: Mon, 13 Feb 2023 14:10:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Don't understand why `symbol-function' of `help-fns--analyze-function' knows
> about it, but compiler and REPL not.

I believe you're confused:

    ELISP> (symbol-function 'describe-char-display)
    nil
    ELISP> (help-fns--analyze-function 'describe-char-display)
    *** Eval error ***  Symbol’s function definition is void: 
describe-char-display
    ELISP> 

My crystal ball suggests you have tested these in an Emacs where
`descr-text` happened to be loaded already.


        Stefan






reply via email to

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