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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Sat, 16 Apr 2005 12:03:31 -0400

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.44 
emacs/lisp/emulation/cua-base.el:1.45
*** emacs/lisp/emulation/cua-base.el:1.44       Tue Apr 12 20:39:35 2005
--- emacs/lisp/emulation/cua-base.el    Sat Apr 16 16:03:28 2005
***************
*** 405,411 ****
    :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)
--- 405,412 ----
    :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))
    "*Font used by CUA for highlighting the global mark."
    :group 'cua)




reply via email to

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