]> code.delx.au - gnu-emacs/blobdiff - lisp/bs.el
(gdb-mouse-toggle-breakpoint-margin)
[gnu-emacs] / lisp / bs.el
index 307b3c4ae9a49f2235da8ccf62ba9befabea307d..ef2e5834edc77e0336596cd0ea79b5c1f5a0596f 100644 (file)
@@ -195,7 +195,7 @@ return a string representing the column's value."
             'font-lock-constant-face
           'font-lock-comment-face))
    ;; Dired-Buffers
-   '("^..\\(.*Dired by .*\\)$" 1 font-lock-function-name-face)
+   '("^..\\(.*Dired .*\\)$" 1 font-lock-function-name-face)
    ;; the star for modified buffers
    '("^.\\(\\*\\) +[^\\*]"     1 font-lock-comment-face))
   "Default font lock expressions for Buffer Selection Menu.")