* Stephen J Turnbull <turnbull(a)sk.tsukuba.ac.jp> writes:
>>>>> "Steve" == Steve Youngs
<youngs(a)xemacs.org> writes:
Steve> eval-defun gives no error, but it
gives...
Steve> 'Symbols function definition is void:
Steve> overlay-lists'
Overlays are defined in fsf-compat/overlay.el. You probably need a
(require 'overlay) somewhere; overlays are the FSF native way of
expressing what we call extents. They are severely deprecated, to the
extent that overlay.el provides _no_ autoloads (presumably as a matter
of policy). Cf the comments in that library.
Thanks, that fixed it.
--
|---<Regards, Steve Youngs>-----------[GnuPG KeyID: EFD82ED2]---|
| XEmacs - It's not just an editor... |
| It's a way of life. |
|----------------------------------<mailto:youngsï¼ xemacs.org>---|