emacs-devel
[Top][All Lists]
Advanced

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

Re: Symbol's function definition is void: <


From: Lennart Borgman
Subject: Re: Symbol's function definition is void: <
Date: Thu, 25 Jun 2009 17:54:13 +0200

On Thu, Jun 25, 2009 at 5:13 PM, Davis Herring<address@hidden> wrote:
>> I have got a strange bug report for nXhtml. The report says that < is
>> not defined. Please see
>>
>>     http://www.emacswiki.org/emacs/NxhtmlMode#toc13
>>
>> What functions could make < void? fset?
>
> fmakunbound is it AFAIK (I replied there too).

Thanks Davis. So something like this would help

  (defadvice fmakunbound (before
                          test-ad-makunbound
                          activate
                          compile
                          )
    (message "fmakunbound %s, backtrace\n%s"
             (ad-get-arg 0) (with-output-to-string (backtrace))))




reply via email to

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