Weren't you getting bored before I started all this? :-)
In mule-packages/lookup/lisp/lookup-misc.el, in function
lookup-select-search-pattern, there is a call to lookup-search-pattern:
(let ((lookup-force-update force))
(lookup-search-pattern pattern))
However, lookup-search-pattern (defined in lookup.el) takes two
arguments: a module and a pattern. From other uses in the lookup
package, it appears that this ought to be:
(let ((lookup-force-update force))
(lookup-search-pattern (lookup-session-module lookup-last-session)
pattern))
or maybe:
(let ((lookup-force-update force))
(lookup-search-pattern (lookup-default-module) pattern))
Does anybody know if either of those is correct?
--
Jerry James
http://www.ittc.ku.edu/~james/