"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
>>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrvoje> James LewisMoss <jimdres(a)mindspring.com> writes:
>> This function is used by rot13 (in misc-games) and used as the
>> value in a defsetf in cl-macs, but doesn't seem to be defined
>> anywhere.
Hrvoje> set-window-display-table is an FSF Emacs function.
So we need to fix "misc-games"
Yup.
and cl-macs.
It's only a harmless defsetf, declaring how to handle things like:
(setf (window-display-table foo) bar)
There's no harm having it in, except for potentially causing
confusion. We could comment it out as an FSF-ism.