Hi,
>>>> "SJT" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
SJT> What's wrong with the third
possibility? :-)
SJT> (when (require 'bookmark nil t)
SJT> (bookmark-maybe-load-default-file))
If I understand correctly, this:
(require 'bookmark nil t)
works only in XEmacs > 21.1.14??? (21.1.14 doesn't seem to know the
4th argument).
SJT> ... but we really
SJT> should not mark internal utilities as entry points.
Hmmm - but we donot treat it as internal utility in both cases
(because we call it from menubar-items.el), right??? Maybe the most
consistent way would be to move the function bookmark-menu-filter to
bookmark.el...???
Volker