aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-02 09:01:54 +0000
committerJuanma Barranquero2009-03-02 09:01:54 +0000
commit5d4cf42aa8518598e5b48ec84f18d02369652e9e (patch)
treed26db1e9630becd0cf0b22822e3ff321dd17af5d
parenta8ce3d17d885d00219bd43652c5e6cea4bd405b0 (diff)
downloademacs-5d4cf42aa8518598e5b48ec84f18d02369652e9e.tar.gz
emacs-5d4cf42aa8518598e5b48ec84f18d02369652e9e.zip
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 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
2239 "\\)\\)\\>" 2239 "\\)\\)\\>"
2240 ;; Any whitespace and defined object. 2240 ;; Any whitespace and defined object.
2241 "[ \t'\(]*" 2241 "[ \t'\(]*"
2242 "\\(setf[ \t]+\\sw+\\|\\sw+\\)?" 2242 "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?")
2243 "[ \t)]*")
2244 (1 font-lock-keyword-face) 2243 (1 font-lock-keyword-face)
2245 (9 (cond ((match-beginning 3) font-lock-function-name-face) 2244 (9 (cond ((match-beginning 3) font-lock-function-name-face)
2246 ((match-beginning 6) font-lock-variable-name-face) 2245 ((match-beginning 6) font-lock-variable-name-face)