emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Tue, 24 Jan 2006 13:36:16 +0000

Index: emacs/lisp/font-lock.el
diff -u emacs/lisp/font-lock.el:1.292 emacs/lisp/font-lock.el:1.293
--- emacs/lisp/font-lock.el:1.292       Tue Jan 17 14:32:08 2006
+++ emacs/lisp/font-lock.el     Tue Jan 24 13:36:16 2006
@@ -2126,7 +2126,7 @@
        ;; Constant values.
        ("\\<:\\sw+\\>" 0 font-lock-builtin-face)
        ;; ELisp and CLisp `&' keywords as types.
-       ("\\&\\sw+\\>" . font-lock-type-face)
+       ("\\<\\&\\sw+\\>" . font-lock-type-face)
        ;; ELisp regexp grouping constructs
        ((lambda (bound)
           (catch 'found




reply via email to

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