changeset 43753:5132a4e458ec

(lisp-font-lock-keywords-2): Highlight keywords of the form `:x'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 06 Mar 2002 16:58:35 +0000
parents f6be0ba7fdf9
children 877062848c63
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Wed Mar 06 15:56:17 2002 +0000
+++ b/lisp/font-lock.el	Wed Mar 06 16:58:35 2002 +0000
@@ -2141,7 +2141,7 @@
       '("`\\(\\sw\\sw+\\)'" 1 font-lock-constant-face prepend)
       ;;
       ;; Constant values.
-      '("\\<:\\sw\\sw+\\>" 0 font-lock-builtin-face)
+      '("\\<:\\sw+\\>" 0 font-lock-builtin-face)
       ;;
       ;; ELisp and CLisp `&' keywords as types.
       '("\\&\\sw+\\>" . font-lock-type-face)