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: Dan Nicolaescu
Subject: Re: should fset 'symbol get an undefined function warning?
Date: Tue, 30 Oct 2007 13:47:02 -0700

Stefan Monnier <address@hidden> writes:

  > > 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'?

"I" don't, but there are a some files in the tree that do that, one
that I remember of the top of my head is viper-util. But there are
some more.




reply via email to

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