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:
parent
a8ce3d17d8
commit
5d4cf42aa8
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue