X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d5c20fe8ca35d0a2b45bfad0a90553be04752d75..4b56d0fe74527ddab5a976200b479376faa6b6f4:/lisp/emulation/cua-base.el diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index ba6127b4cb..6b9ae35141 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -463,7 +463,7 @@ Must be set prior to enabling CUA." (defface cua-global-mark '((((min-colors 88)(class color)) :foreground "black" :background "yellow1") (((class color)) :foreground "black" :background "yellow") - (t :bold t)) + (t :weight bold)) "Font used by CUA for highlighting the global mark." :group 'cua)