emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Mon, 06 Jun 2005 09:19:15 -0400

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.51 
emacs/lisp/emulation/cua-base.el:1.52
*** emacs/lisp/emulation/cua-base.el:1.51       Tue May 17 22:39:06 2005
--- emacs/lisp/emulation/cua-base.el    Mon Jun  6 13:19:15 2005
***************
*** 384,396 ****
    :type 'boolean
    :group 'cua)
  
! (defface cua-rectangle-face
    '((default :inherit region)
      (((class color)) :foreground "white" :background "maroon"))
    "*Font used by CUA for highlighting the rectangle."
    :group 'cua)
  
! (defface cua-rectangle-noselect-face
    '((default :inherit region)
      (((class color)) :foreground "white" :background "dimgray"))
    "*Font used by CUA for highlighting the non-selected rectangle lines."
--- 384,396 ----
    :type 'boolean
    :group 'cua)
  
! (defface cua-rectangle
    '((default :inherit region)
      (((class color)) :foreground "white" :background "maroon"))
    "*Font used by CUA for highlighting the rectangle."
    :group 'cua)
  
! (defface cua-rectangle-noselect
    '((default :inherit region)
      (((class color)) :foreground "white" :background "dimgray"))
    "*Font used by CUA for highlighting the non-selected rectangle lines."
***************
*** 404,410 ****
    :type 'boolean
    :group 'cua)
  
! (defface cua-global-mark-face
    '((((min-colors 88)(class color)) :foreground "black" :background "yellow1")
      (((class color)) :foreground "black" :background "yellow")
      (t :bold t))
--- 404,410 ----
    :type 'boolean
    :group 'cua)
  
! (defface cua-global-mark
    '((((min-colors 88)(class color)) :foreground "black" :background "yellow1")
      (((class color)) :foreground "black" :background "yellow")
      (t :bold t))




reply via email to

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