/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.391 by monnier, Tue Mar 29 15:30:39 2005 UTC revision 1.392 by dann, Wed Apr 20 16:51:39 2005 UTC
# Line 616  version control backend imposes itself." Line 616  version control backend imposes itself."
616    
617  ;; Annotate customization  ;; Annotate customization
618  (defcustom vc-annotate-color-map  (defcustom vc-annotate-color-map
619    '(( 20. . "#FF0000")    '(( 20. . "#FFCC00")
620      ( 40. . "#FF3800")      ( 40. . "#FF6666")
621      ( 60. . "#FF7000")      ( 60. . "#FF6600")
622      ( 80. . "#FFA800")      ( 80. . "#FF3300")
623      (100. . "#FFE000")      (100. . "#FF00FF")
624      (120. . "#E7FF00")      (120. . "#FF0000")
625      (140. . "#AFFF00")      (140. . "#CCCC00")
626      (160. . "#77FF00")      (160. . "#CC00CC")
627      (180. . "#3FFF00")      (180. . "#BC8F8F")
628      (200. . "#07FF00")      (200. . "#99CC00")
629      (220. . "#00FF31")      (220. . "#999900")
630      (240. . "#00FF69")      (240. . "#7AC5CD")
631      (260. . "#00FFA1")      (260. . "#66CC00")
632      (280. . "#00FFD9")      (280. . "#33CC33")
633      (300. . "#00EEFF")      (300. . "#00CCFF")
634      (320. . "#00B6FF")      (320. . "#00CC99")
635      (340. . "#007EFF"))      (340. . "#0099FF"))
636    "*Association list of age versus color, for \\[vc-annotate].    "*Association list of age versus color, for \\[vc-annotate].
637  Ages are given in units of fractional days.  Default is eighteen steps  Ages are given in units of fractional days.  Default is eighteen steps
638  using a twenty day increment."  using a twenty day increment."

Legend:
Removed from v.1.391  
changed lines
  Added in v.1.392

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26