X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e18afed7d695edac870ddf55aabc85c0a95a4b5f..4ed1626da6e9f060129808273b7b94e3d4f69dc9:/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)