emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99892: Minor bs.el font-lock chan


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99892: Minor bs.el font-lock change.
Date: Wed, 23 Jun 2010 23:30:51 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99892
author: Yoni Rabkin <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-06-23 23:30:51 -0700
message:
  Minor bs.el font-lock change.
  * lisp/bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired
  pattern, since it is not present when using some non-default switches.
modified:
  lisp/ChangeLog
  lisp/bs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-23 03:07:20 +0000
+++ b/lisp/ChangeLog    2010-06-24 06:30:51 +0000
@@ -1,3 +1,8 @@
+2010-06-24  Yoni Rabkin  <address@hidden>
+
+       * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
+       since it is not present when using some non-default switches.
+
 2010-06-23  Karl Fogel  <address@hidden>
 
        * simple.el (compose-mail): Fix doc string to refer to

=== modified file 'lisp/bs.el'
--- a/lisp/bs.el        2010-01-13 08:35:10 +0000
+++ b/lisp/bs.el        2010-06-24 06:30:51 +0000
@@ -195,7 +195,7 @@
             '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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]