emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Wed, 20 Apr 2005 12:51:42 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.391 emacs/lisp/vc.el:1.392
*** emacs/lisp/vc.el:1.391      Tue Mar 29 15:30:39 2005
--- emacs/lisp/vc.el    Wed Apr 20 16:51:39 2005
***************
*** 616,638 ****
  
  ;; Annotate customization
  (defcustom vc-annotate-color-map
!   '(( 20. . "#FF0000")
!     ( 40. . "#FF3800")
!     ( 60. . "#FF7000")
!     ( 80. . "#FFA800")
!     (100. . "#FFE000")
!     (120. . "#E7FF00")
!     (140. . "#AFFF00")
!     (160. . "#77FF00")
!     (180. . "#3FFF00")
!     (200. . "#07FF00")
!     (220. . "#00FF31")
!     (240. . "#00FF69")
!     (260. . "#00FFA1")
!     (280. . "#00FFD9")
!     (300. . "#00EEFF")
!     (320. . "#00B6FF")
!     (340. . "#007EFF"))
    "*Association list of age versus color, for \\[vc-annotate].
  Ages are given in units of fractional days.  Default is eighteen steps
  using a twenty day increment."
--- 616,638 ----
  
  ;; Annotate customization
  (defcustom vc-annotate-color-map
!   '(( 20. . "#FFCC00")
!     ( 40. . "#FF6666")
!     ( 60. . "#FF6600")
!     ( 80. . "#FF3300")
!     (100. . "#FF00FF")
!     (120. . "#FF0000")
!     (140. . "#CCCC00")
!     (160. . "#CC00CC")
!     (180. . "#BC8F8F")
!     (200. . "#99CC00")
!     (220. . "#999900")
!     (240. . "#7AC5CD")
!     (260. . "#66CC00")
!     (280. . "#33CC33")
!     (300. . "#00CCFF")
!     (320. . "#00CC99")
!     (340. . "#0099FF"))
    "*Association list of age versus color, for \\[vc-annotate].
  Ages are given in units of fractional days.  Default is eighteen steps
  using a twenty day increment."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]