]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert last change, committed by mistake.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 2 Mar 2009 09:01:54 +0000 (09:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 2 Mar 2009 09:01:54 +0000 (09:01 +0000)
lisp/font-lock.el

index f7b8fac3dc78a3946f01d7ac378d8b8306287c12..ccbf09b75ea85256aa7e52bd60cbc9ee9d66ce32 100644 (file)
@@ -2239,8 +2239,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
                "\\)\\)\\>"
                ;; Any whitespace and defined object.
                "[ \t'\(]*"
-               "\\(setf[ \t]+\\sw+\\|\\sw+\\)?"
-               "[ \t)]*")
+               "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?")
        (1 font-lock-keyword-face)
        (9 (cond ((match-beginning 3) font-lock-function-name-face)
                ((match-beginning 6) font-lock-variable-name-face)