bs-mode-font-lock-keywords
bs-mode-font-lock-keywords is a variable defined in `bs.el'.
Its value is
(("^\\( *M *R *Buffer * *Size * *Mode * *File * *$\\)"
(1 font-lock-type-face append)
(1 'bold append))
("^\\(.*\\*.*\\*.*\\)$" 1 font-lock-constant-face)
("^..\\(.*Dired .*\\)$" 1 font-lock-function-name-face)
("^.\\(\\*\\) +[^\\*]" 1 font-lock-comment-face))
- This variable may be risky if used as a file-local variable.