[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99706: Use faces not variables f
From: |
Glenn Morris |
Subject: |
Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99706: Use faces not variables for font-lock customization in rst.el. |
Date: |
Sat, 20 Mar 2010 17:15:30 -0400 |
Stefan Monnier wrote (on Sat, 20 Mar 2010 at 16:42 -0400):
> > -(defcustom rst-directive-face
> > - ;; XEmacs compatibility
> > - (if (boundp 'font-lock-builtin-face)
> > - 'font-lock-builtin-face
> > - 'font-lock-preprocessor-face)
[...]
> For better XEmacs compatibility the `if' test should stay in the defcustom.
I have no idea what this compatibility code is supposed to be doing.
In xemacs-21.4.14, both font-lock-builtin-face and
font-lock-preprocessor-face are bound, just as they are in Emacs.