|
| From: | Thien-Thi Nguyen |
| Subject: | Re: Symbol's function definition is void: < |
| Date: | Fri, 26 Jun 2009 13:10:01 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
() Lennart Borgman <address@hidden>
() Fri, 26 Jun 2009 01:11:25 +0200
Maybe defadvice on make-symbol and unintern could catch this
possibility? Some more function to watch?
How about enabling `debug-on-error' then adding to `post-command-hook':
(lambda ()
(unless (boundp '<)
(error "unbound <")))
thi
| [Prev in Thread] | Current Thread | [Next in Thread] |