]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/rst.el (rst-directive): Remove XEmacs compat code.
authorStefan Kangas <stefan@marxist.se>
Fri, 5 Feb 2021 00:27:14 +0000 (01:27 +0100)
committerStefan Kangas <stefan@marxist.se>
Fri, 5 Feb 2021 00:27:14 +0000 (01:27 +0100)
lisp/textmodes/rst.el

index 18341716e3a412fa03572f29b991caadd4e986c7..2b31e7ed61248c763ef8bf84e9de1701bf9817ad 100644 (file)
@@ -3627,10 +3627,7 @@ Region is from BEG to END.  With WITH-EMPTY prefix empty lines too."
                         "customize the face `rst-definition' instead."
                         "24.1")
 
-;; XEmacs compatibility (?).
-(defface rst-directive (if (boundp 'font-lock-builtin-face)
-                           '((t :inherit font-lock-builtin-face))
-                         '((t :inherit font-lock-preprocessor-face)))
+(defface rst-directive '((t :inherit font-lock-builtin-face))
   "Face used for directives and roles."
   :version "24.1"
   :group 'rst-faces)