comparison lisp/progmodes/delphi.el @ 83428:d0eee3282e6b

Merged from miles@gnu.org--gnu-2005 (patch 678-680) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-678 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-679 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-680 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-468
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 29 Dec 2005 04:41:02 +0000
parents 46dfd959d88a df2cba483a7b
children c69d44922688
comparison
equal deleted inserted replaced
83427:2afc49c9f0c0 83428:d0eee3282e6b
175 :type 'face 175 :type 'face
176 :group 'delphi) 176 :group 'delphi)
177 177
178 (defcustom delphi-other-face nil 178 (defcustom delphi-other-face nil
179 "*Face used to color everything else." 179 "*Face used to color everything else."
180 :type 'face 180 :type '(choice face (const nil))
181 :group 'delphi) 181 :group 'delphi)
182 182
183 (defconst delphi-directives 183 (defconst delphi-directives
184 '(absolute abstract assembler automated cdecl default dispid dynamic 184 '(absolute abstract assembler automated cdecl default dispid dynamic
185 export external far forward index inline message name near nodefault 185 export external far forward index inline message name near nodefault