# HG changeset patch # User Stefan Monnier # Date 1205891074 0 # Node ID e1ae2150f28ef4654783303fca229234dc522b03 # Parent ca8b9e09276647198ac8d1a2f1161233fbd86ce0 (vc-annotate-background): Fix custom type. diff -r ca8b9e092766 -r e1ae2150f28e lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 19 01:41:53 2008 +0000 +++ b/lisp/ChangeLog Wed Mar 19 01:44:34 2008 +0000 @@ -1,3 +1,7 @@ +2008-03-19 Gustav H$(Q)[(Bllberg (tiny change) + + * vc.el (vc-annotate-background): Fix custom type. + 2008-03-19 Stefan Monnier * descr-text.el (describe-char-unidata-list): Allow specifying diff -r ca8b9e092766 -r e1ae2150f28e lisp/vc.el --- a/lisp/vc.el Wed Mar 19 01:41:53 2008 +0000 +++ b/lisp/vc.el Wed Mar 19 01:44:34 2008 +0000 @@ -851,7 +851,7 @@ (defcustom vc-annotate-background "black" "Background color for \\[vc-annotate]. Default color is used if nil." - :type 'string + :type '(choice (const :tag "Default background" nil) (color)) :group 'vc) (defcustom vc-annotate-menu-elements '(2 0.5 0.1 0.01)