changeset 102359:562d1ff3feee

Revert last change, committed by mistake.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 02 Mar 2009 09:01:54 +0000
parents 07bc423d78f1
children f7043754fd19
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Mon Mar 02 08:55:47 2009 +0000
+++ b/lisp/font-lock.el	Mon Mar 02 09:01:54 2009 +0000
@@ -2239,8 +2239,7 @@
 		"\\)\\)\\>"
 		;; 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)