aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2009-03-02 09:01:54 +0000
committerJuanma Barranquero <[email protected]>2009-03-02 09:01:54 +0000
commit5d4cf42aa8518598e5b48ec84f18d02369652e9e (patch)
treed26db1e9630becd0cf0b22822e3ff321dd17af5d
parenta8ce3d17d885d00219bd43652c5e6cea4bd405b0 (diff)
Revert last change, committed by mistake.
-rw-r--r--lisp/font-lock.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index f7b8fac3dc..ccbf09b75e 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)