Mercurial > emacs
changeset 24501:3d9ddfdb5db5
Added "complex" type to c-font-lock-keywords-2.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Thu, 18 Mar 1999 09:58:18 +0000 |
parents | 1e30ade63ed3 |
children | 5583aa06a287 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Thu Mar 18 08:53:48 1999 +0000 +++ b/lisp/font-lock.el Thu Mar 18 09:58:18 1999 +0000 @@ -2257,7 +2257,7 @@ (,@ (eval-when-compile (regexp-opt '("char" "short" "int" "long" "signed" "unsigned" - "float" "double" "void")))) + "float" "double" "void" "complex")))) c-font-lock-extra-types) "\\|")) (c-type-names-depth