]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-mode-font-lock-keywords): Avoid testing for XEmacs.
authorDave Love <fx@gnu.org>
Wed, 16 Aug 2000 21:42:10 +0000 (21:42 +0000)
committerDave Love <fx@gnu.org>
Wed, 16 Aug 2000 21:42:10 +0000 (21:42 +0000)
lisp/bs.el

index 48779cb98e56b42592b2f0d2f67636b2119e2bca..613b5ba98b940707d9608041984b57afad2c7740 100644 (file)
@@ -195,12 +195,11 @@ return a string representing the columns value."
         '(1 font-lock-type-face append) '(1 'bold append))
    ;; Buffername embedded by *
    (list "^\\(.*\\*.*\\*.*\\)$"
-        1 (if bs--running-in-xemacs
-              ;; problem in XEmacs with font-lock-constant-face
-              (if (facep 'font-lock-constant-face)
-                  'font-lock-constant-face
-                'font-lock-comment-face)
-            'font-lock-constant-face))
+        1
+        ;; problem in XEmacs with font-lock-constant-face
+        (if (facep 'font-lock-constant-face)
+            'font-lock-constant-face
+          'font-lock-comment-face))
    ;; Dired-Buffers
    '("^..\\(.*Dired by .*\\)$" 1 font-lock-function-name-face)
    ;; the star for modified buffers