>>>> "APA" == Adrian Aichner
<adrian(a)xemacs.org> writes:
APA> Signaling: (error "Range must be t or a character"
APA> put-char-table("+-*/.<>=!?$%_&~^:"
It's a GNU-ism.
Replace the put-char-table call (wherever it is) with something like
(mapc (lambda (ch) (put-char-table ch ...other args...))
"+-*/.<>=!?$%_&~^:")
Yes, we should support this idiom directly, but we don't. Sorry!
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.