emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/term/rxvt.el
Date: Fri, 25 Jan 2002 09:35:42 -0500

Index: emacs/lisp/term/rxvt.el
diff -c emacs/lisp/term/rxvt.el:1.1 emacs/lisp/term/rxvt.el:1.2
*** emacs/lisp/term/rxvt.el:1.1 Fri Jan 25 08:07:35 2002
--- emacs/lisp/term/rxvt.el     Fri Jan 25 09:35:42 2002
***************
*** 97,103 ****
  ;; Set up colors, for those versions of rxvt that support it.
  (defvar rxvt-standard-colors
    ;; The names of the colors in the comments taken from the rxvt.1 man
!   ;; page; th corresponding RGB values--from rgb.txt.
    '(("black"          0 (  0   0   0))        ; black
      ("red"            1 (205   0   0))        ; red3
      ("green"          2 (  0 205   0))        ; green3
--- 97,103 ----
  ;; Set up colors, for those versions of rxvt that support it.
  (defvar rxvt-standard-colors
    ;; The names of the colors in the comments taken from the rxvt.1 man
!   ;; page; the corresponding RGB values--from rgb.txt.
    '(("black"          0 (  0   0   0))        ; black
      ("red"            1 (205   0   0))        ; red3
      ("green"          2 (  0 205   0))        ; green3



reply via email to

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