changeset 67806:df2cba483a7b

(delphi-other-face): Allow nil in type.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Dec 2005 19:01:08 +0000
parents db0589c47898
children 0bebcb6fda30
files lisp/progmodes/delphi.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/delphi.el	Sun Dec 25 19:00:33 2005 +0000
+++ b/lisp/progmodes/delphi.el	Sun Dec 25 19:01:08 2005 +0000
@@ -177,7 +177,7 @@
 
 (defcustom delphi-other-face nil
   "*Face used to color everything else."
-  :type 'face
+  :type '(choice face (const nil))
   :group 'delphi)
 
 (defconst delphi-directives