diff lisp/packages/font-lock.el @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 538048ae2ab8
children 43dd3413c7c7
line wrap: on
line diff
--- a/lisp/packages/font-lock.el	Mon Aug 13 09:37:21 2007 +0200
+++ b/lisp/packages/font-lock.el	Mon Aug 13 09:38:25 2007 +0200
@@ -1860,7 +1860,7 @@
          2 'font-lock-function-name-face)
    ;;
    ;; Fontify case clauses.  This is fast because its anchored on the left.
-   '("case[ \t]+\\(\\(\\sw\\|\\s_\\)+\\):". 1)
+   '("case[ \t]+\\(\\(\\sw\\|\\s_\\)+\\)[ \t]+:". 1)
    ;;
    '("\\<\\(default\\):". 1)
    ;; Fontify filenames in #include <...> preprocessor directives as strings.