changeset 93055:e1ae2150f28e

(vc-annotate-background): Fix custom type.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Mar 2008 01:44:34 +0000
parents ca8b9e092766
children 93ab884a75dd
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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)