]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-stamp.el
Face cleanups. Remove some uses of old-style face spec and :bold/:italic.
[gnu-emacs] / lisp / erc / erc-stamp.el
index 4d55e21da72473d022fee1e7e64ce18c69d1f388..5831233affedca012b2f32013d1d5c87fb3e49f6 100644 (file)
@@ -152,7 +152,7 @@ from entering them and instead jump over them."
   :group 'erc-stamp
   :type 'boolean)
 
-(defface erc-timestamp-face '((t (:bold t :foreground "green")))
+(defface erc-timestamp-face '((t :weight bold :foreground "green"))
   "ERC timestamp face."
   :group 'erc-faces)