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.
Are these elisp files just old and broken or is something missing?
(This is from a debian bug report.)
set-window-display-table is an FSF Emacs function. XEmacs uses the
`display-table' specifier which can be generalized to any combination
of window, frame, and buffer specification. For instance, instead of
this:
(set-window-display-table (selected-window) table)
one would write:
(set-specifier current-display-table table (selected-window))