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: Tue, 12 Apr 2005 16:39:35 -0400

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.43 
emacs/lisp/emulation/cua-base.el:1.44
*** emacs/lisp/emulation/cua-base.el:1.43       Mon Apr  4 09:13:04 2005
--- emacs/lisp/emulation/cua-base.el    Tue Apr 12 20:39:35 2005
***************
*** 384,394 ****
    :type 'boolean
    :group 'cua)
  
! (defface cua-rectangle-face 'nil
    "*Font used by CUA for highlighting the rectangle."
    :group 'cua)
  
! (defface cua-rectangle-noselect-face 'nil
    "*Font used by CUA for highlighting the non-selected rectangle lines."
    :group 'cua)
  
--- 384,398 ----
    :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."
    :group 'cua)
  
***************
*** 400,409 ****
    :type 'boolean
    :group 'cua)
  
! (defface cua-global-mark-face '((((class color))
!                                :foreground "black"
!                                :background "yellow")
!                               (t :bold t))
    "*Font used by CUA for highlighting the global mark."
    :group 'cua)
  
--- 404,412 ----
    :type 'boolean
    :group 'cua)
  
! (defface cua-global-mark-face
!   '((((class color)) :foreground "black" :background "yellow")
!     (t :bold t))
    "*Font used by CUA for highlighting the global mark."
    :group 'cua)
  




reply via email to

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