Brian Downing bdowning@lavos.net writes:
Having looked at the code and seen the reason for this, would something like this be too complicated and horrible?
(defun slime-maybe-inherit (inherit-from otherwise) (if (>= emacs-major-version 21) `(t (:inherit ,inherit-from)) otherwise))
Good idea. I've committed something similar. Those pesky defface forms require almost a PhD in Emacsology :-)
Helmut.