aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index d267afc741d..77e8f636931 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -405,7 +405,8 @@ and after the region marked by the rectangle to search."
405 :group 'cua) 405 :group 'cua)
406 406
407(defface cua-global-mark-face 407(defface cua-global-mark-face
408 '((((class color)) :foreground "black" :background "yellow") 408 '((((min-colors 88)(class color)) :foreground "black" :background "yellow1")
409 (((class color)) :foreground "black" :background "yellow")
409 (t :bold t)) 410 (t :bold t))
410 "*Font used by CUA for highlighting the global mark." 411 "*Font used by CUA for highlighting the global mark."
411 :group 'cua) 412 :group 'cua)