emacs-devel
[Top][All Lists]
Advanced

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

Re: should fset 'symbol get an undefined function warning?


From: Stefan Monnier
Subject: Re: should fset 'symbol get an undefined function warning?
Date: Tue, 30 Oct 2007 14:58:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> The warning "the function `my-fset-test' is not known to be defined"
> is generated when compiling:

> (fset 'my-fset-test 'foo)
> (my-fset-test)

> Wouldn't it be better if the warning was not generated?

Could be.  But if you use `defalias' the warning will be gone.  Why do
you want to use `fset'?


        Stefan




reply via email to

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