for displays supporting a high number of colors.
+2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * emulation/cua-base.el (cua-global-mark-face): Add special case
+ for displays supporting a high number of colors.
+
2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
* repeat.el (repeat): Invoke pre-command-hook and
:group 'cua)
(defface cua-global-mark-face
- '((((class color)) :foreground "black" :background "yellow")
+ '((((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)