diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-03-02 09:01:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-03-02 09:01:54 +0000 |
commit | 5d4cf42aa8518598e5b48ec84f18d02369652e9e (patch) | |
tree | d26db1e9630becd0cf0b22822e3ff321dd17af5d /lisp/font-lock.el | |
parent | a8ce3d17d885d00219bd43652c5e6cea4bd405b0 (diff) | |
download | emacs-5d4cf42aa8518598e5b48ec84f18d02369652e9e.tar.gz |
Revert last change, committed by mistake.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 3 |
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 "\\)\\)\\>" ;; 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) |