1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Revert last change, committed by mistake.

This commit is contained in:
Juanma Barranquero 2009-03-02 09:01:54 +00:00
parent a8ce3d17d8
commit 5d4cf42aa8

View file

@ -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)