aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Kaludercic2022-10-14 09:39:45 +0200
committerPhilip Kaludercic2022-10-14 18:07:53 +0200
commit8fc5148429545b795dcd8be2740088582a2d4e23 (patch)
treeee7936e2c98c0daed9fcd32f25a307b14f7c95e8
parentcae00567690033308ff06b5d09629e55813c52dd (diff)
downloademacs-8fc5148429545b795dcd8be2740088582a2d4e23.tar.gz
emacs-8fc5148429545b795dcd8be2740088582a2d4e23.zip
* lisp/net/rcirc.el (rcirc-bridged-nick): Inherit from highlight
-rw-r--r--lisp/net/rcirc.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 1da4fce8315..eadaf00c4b8 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -3020,11 +3020,7 @@ for nick completion."
3020 :version "29.1") 3020 :version "29.1")
3021 3021
3022(defface rcirc-bridged-nick 3022(defface rcirc-bridged-nick
3023 '((((class color) (min-colors 88) (background light)) :background "SlateGray1") 3023 '((t :inherit highlight))
3024 (((class color) (min-colors 88) (background dark)) :background "DarkSlateGray4")
3025 (((class color) (min-colors 16) (background light)) :background "LightBlue")
3026 (((class color) (min-colors 16) (background dark)) :background "DarkSlateGray")
3027 (t :background "blue"))
3028 "Face used for pseudo-nick ." 3024 "Face used for pseudo-nick ."
3029 :version "29.1") 3025 :version "29.1")
3030 3026