changeset 30893:939272c1c28b

(bs-mode-font-lock-keywords): Avoid testing for XEmacs.
author Dave Love <fx@gnu.org>
date Wed, 16 Aug 2000 21:42:10 +0000
parents 495502641770
children 8bb29f8761d2
files lisp/bs.el
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bs.el	Wed Aug 16 21:31:32 2000 +0000
+++ b/lisp/bs.el	Wed Aug 16 21:42:10 2000 +0000
@@ -195,12 +195,11 @@
 	 '(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