+2008-03-19 Gustav H\e$(Q)[\e(Bllberg <gustav@virtutech.com> (tiny change)
+
+ * vc.el (vc-annotate-background): Fix custom type.
+
2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
* descr-text.el (describe-char-unidata-list): Allow specifying
(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)