From: Juanma Barranquero Date: Mon, 2 Mar 2009 09:01:54 +0000 (+0000) Subject: Revert last change, committed by mistake. X-Git-Tag: emacs-pretest-23.0.92~382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d4cf42aa8518598e5b48ec84f18d02369652e9e;p=emacs.git Revert last change, committed by mistake. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index f7b8fac3dc7..ccbf09b75ea 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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)