# HG changeset patch # User Dave Love # Date 980542443 0 # Node ID 6878c61d1877128c7de294572a6142bc9113a517 # Parent d88382df7b52d9e13ec9ada160b9867b9a1b4b60 (delphi-comment-face, delphi-string-face) (delphi-keyword-face, delphi-other-face): Fix :type. diff -r d88382df7b52 -r 6878c61d1877 lisp/progmodes/delphi.el --- a/lisp/progmodes/delphi.el Fri Jan 26 20:46:42 2001 +0000 +++ b/lisp/progmodes/delphi.el Fri Jan 26 20:54:03 2001 +0000 @@ -65,11 +65,14 @@ (provide 'delphi) (defconst delphi-version - (let ((revision "$Revision: 3.3 $")) + (let ((revision "$Revision: 3.4 $")) (string-match ": \\([^ ]+\\)" revision) (match-string 1 revision)) "Version of this delphi mode.") ;;; $Log: delphi.el,v $ +;;; Revision 3.4 2000/02/09 07:04:15 blaak +;;; Make resourcestring a declaration region, like const and var. +;;; ;;; Revision 3.3 2000/02/01 14:32:21 fx ;;; (delphi): Add :version to defgroup. ;;; @@ -182,22 +185,22 @@ (defcustom delphi-comment-face 'font-lock-comment-face "*Face used to color delphi comments." - :type 'facep + :type 'face :group 'delphi) (defcustom delphi-string-face 'font-lock-string-face "*Face used to color delphi strings." - :type 'facep + :type 'face :group 'delphi) (defcustom delphi-keyword-face 'font-lock-keyword-face "*Face used to color delphi keywords." - :type 'facep + :type 'face :group 'delphi) (defcustom delphi-other-face nil "*Face used to color everything else." - :type 'facep + :type 'face :group 'delphi) (defconst delphi-directives