On Wed, 2005-12-07 at 12:50 +0100, Uwe Brauer wrote:
>>>>> "Ville" == Ville Skytt <Ville>
writes:
Ville> It exists since 2002-08-02 (>= 21.4.9, I think) as an alias to
Ville> font-lock-doc-string-face.
I don't understand, I am using xemacs 21.4.17, and that variable does
not exist. That would mean that Debians pkg is showhow outdated, which
I also don't understand. In which package is that alias?
Not in any package, but core XEmacs, lisp/font-lock.el, around line 643
in 21.4.x:
(define-compatible-variable-alias
'font-lock-doc-face 'font-lock-doc-string-face)
So you mean a simple
(defalias 'font-lock-doc-face 'font-lock-doc-string-face)
Would do?
No, I mean that it already exists :)