>>>> "KY" == Katsumi Yamaoka
<yamaoka(a)jpl.org> writes:
KY> Hi,
KY> Latest 21.2 crashes by the functions `coding-system-docstring',
KY> `coding-system-name', `coding-system-property', `find-coding-system'
KY> ..., etc. with a wrong type argument.
KY> (find-coding-system 1)
KY> => Bomb!
Hey, it doesn't actually crash - it just gives an error. This is by
design.
(find-coding-system 1)
=> Wrong type argument: symbolp, 1
Isn't this what you want? Except that the error should be clearer - a
coding system as an argument is also allowed.
Martin