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))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs