]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/cua-base.el
* lisp/url/url-http.el (url-http-create-request): Use url-http-proxy to
[gnu-emacs] / lisp / emulation / cua-base.el
index ba6127b4cbae719e0725615940ba247365ef6ee9..6b9ae35141cc6287cc3959065e122743fb31266f 100644 (file)
@@ -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)