On Thu, Jan 05, 2006 at 03:08:34PM +0900, Stephen J. Turnbull wrote:
>>>>> "OG" == Olivier Galibert
<galibert(a)pobox.com> writes:
OG> Ok, I'm too dumb for xemacs lisp I guess. Where is
OG> map-over-locales defined and how ? A find -type f |xargs
OG> fgrep drew a blank.
It's not defined in my current instance. The closest guess I have is
`map-specifier'.
Found it (sleep is good), it's a flet in Face-frob-property.
Actually, I didn't know about flet until this morning, but it's quite
logical w.r.t let.
OG.