
8 Nov
2003
8 Nov
'03
7:03 p.m.
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.